Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

iNaturalist Users API

Fetch and update

iNaturalist Users API is one of 21 APIs that iNaturalist publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Users. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and rate-limit docs.

This API exposes 9 operations across 7 paths, and defines 1 schema. It is described by OpenAPI 2.0, at version 1.3.0.

Requests are made against the base URL https://api.inaturalist.org/v1.

9 operations 7 paths 1 schemas 1 DELETE4 GET2 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
1.3.0
Base URL
https://api.inaturalist.org/v1
Authentication
API Key
Resource Areas
1

Authentication & Security 1

iNaturalist Users API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (api_token).

Paths & Operations 9

Across 7 paths, the API surfaces 9 operations — 1 DELETE, 4 GET, 2 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Users 9

Fetch and update

GET
/users/{id}
User Details
1 param → 200
PUT
/users/{id}
User Update
1 param → 200
GET
/users/{id}/projects
User Projects
5 params → 200
GET
/users/autocomplete
User Autocomplete
3 params → 200
GET
/users/me
Users Me
→ 200
POST
/users/{id}/mute
Mute a User
1 param → 200404
DELETE
/users/{id}/mute
Unmute a User
1 param → 200404
POST
/users/resend_confirmation
User Resend Confirmation
→ 200
PUT
/users/update_session
User Update Session
1 param → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is PostUserUpdateSession (11 properties). Each schema is shown below with its type and property counts.

PostUserUpdateSession
object
11 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

inaturalist-users-api-openapi.yml Raw ↑

Other APIs iNaturalist publishes across the network.

iNaturalist API v2
iNaturalist Annotations API
iNaturalist Comments API
iNaturalist Controlled Terms API
iNaturalist Flags API
iNaturalist Identifications API
iNaturalist Messages API
iNaturalist Observation Field Values API
iNaturalist Observation Photos API
iNaturalist Observation Tiles API
iNaturalist Observations API
iNaturalist Photos API