iNaturalist · Example Payload

Get Projects Id

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Get Projects Id 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-projects-id",
  "method": "GET",
  "path": "/projects/{id}",
  "summary": "Project Details",
  "parameters": [
    {
      "$ref": "#/parameters/path_multi_id_or_slug"
    },
    {
      "$ref": "#/parameters/rule_details"
    }
  ],
  "exampleResponse": null
}