iNaturalist · Example Payload

Get Places Nearby

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Get Places Nearby is an example object payload from iNaturalist, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryparametersexampleResponse

Example Payload

Raw ↑
{
  "operationId": "get-places-nearby",
  "method": "GET",
  "path": "/places/nearby",
  "summary": "Nearby Places",
  "parameters": [
    {
      "$ref": "#/parameters/nelat_required"
    },
    {
      "$ref": "#/parameters/nelng_required"
    },
    {
      "$ref": "#/parameters/swlat_required"
    },
    {
      "$ref": "#/parameters/swlng_required"
    },
    {
      "name": "name",
      "in": "query",
      "type": "string",
      "description": "Name must match this value"
    },
    {
      "$ref": "#/parameters/per_page"
    }
  ],
  "exampleResponse": null
}