Arlula · Schema

ArchiveSearchRequest

Request body for searching the archive imagery catalog.

Earth ObservationGeospatialImageryRemote SensingSatellites

Properties

Name Type Description
start string Start date for imagery search (YYYY-MM-DD).
end string End date for imagery search (YYYY-MM-DD).
gsd number Maximum ground sample distance in meters.
lat number Latitude of the point of interest.
long number Longitude of the point of interest.
cloud integer Maximum cloud cover percentage (0-100).
offNadir number Maximum off-nadir angle in degrees.
suppliers array
View JSON Schema on GitHub

JSON Schema

arlula-archive-search-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://arlula.com/json-schema/archive-search-request.json",
  "title": "ArchiveSearchRequest",
  "description": "Request body for searching the archive imagery catalog.",
  "type": "object",
  "properties": {
    "start": {
      "type": "string",
      "description": "Start date for imagery search (YYYY-MM-DD).",
      "examples": [
        "2025-01-01"
      ]
    },
    "end": {
      "type": "string",
      "description": "End date for imagery search (YYYY-MM-DD).",
      "examples": [
        "2025-03-31"
      ]
    },
    "gsd": {
      "type": "number",
      "description": "Maximum ground sample distance in meters.",
      "examples": [
        1.5
      ]
    },
    "lat": {
      "type": "number",
      "description": "Latitude of the point of interest.",
      "examples": [
        -33.8523
      ]
    },
    "long": {
      "type": "number",
      "description": "Longitude of the point of interest.",
      "examples": [
        151.2108
      ]
    },
    "cloud": {
      "type": "integer",
      "description": "Maximum cloud cover percentage (0-100).",
      "examples": [
        20
      ]
    },
    "offNadir": {
      "type": "number",
      "description": "Maximum off-nadir angle in degrees.",
      "examples": [
        30.0
      ]
    },
    "suppliers": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/arlula-archive-search-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.