---
title: "Search"
method: GET
path: "/editor"
tags: ["Projects"]
---

# Search

`GET /editor`

Search and browse projects

## Query parameters

- `keywords` string
- `type` 'microdata' | 'document' | 'table' | 'timeseries' | 'timeseries-db' | 'geospatial' | 'image' | 'script' | 'video'
- `date_start` string, date
- `date_end` string, date
- `offset` integer
- `limit` integer
- `sort_by` 'title_asc' | 'title_desc' | 'updated_asc' | 'updated_desc'
- `collection` string
- `exclude_collections` 'true' | 'false'
- `ownership` 'self' | 'shared' | 'self,shared'
- `users` string

## Response `200`

successful operation

## Other responses

- `400` — Bad input

---

[API](https://skmtc.net/worldbank/apis/metadata-editor-api.md) · [All operations](https://skmtc.net/worldbank/apis/metadata-editor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worldbank/metadata-editor-api/revisions/f4c8258bab5a/schema)
