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

Reactome person API

Reactome Data: Person queries

Reactome person API is one of 23 APIs that Reactome publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include person. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

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

Requests are made against a single base URL, /AnalysisService.

6 operations 6 paths 1 schemas 6 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
2.0
Base URL
https://reactome.org/ContentService
Contact
Terms of Service
Resource Areas
1

Paths & Operations 6

Across 6 paths, the API surfaces 6 operations — 6 GET. Each is listed below with its method, path, parameters, and response codes.

person 6

Reactome Data: Person queries

GET
/data/people/name/{name}
A list of people with first or last name partly matching a given string
queryPersonByName 3 params → 404500
GET
/data/people/name/{name}/exact
A list of people with first AND last name exactly matching a given string
findPersonByName 3 params → 404500
GET
/data/person/{id}
A person by his/her identifier
findPerson 3 params → 404500
GET
/data/person/{id}/authoredPathways
A list of pathways authored by a given person
getAuthoredPathways 3 params → 404406500
GET
/data/person/{id}/publications
A list of publications authored by a given person
getPublicationsOfPerson 3 params → 404406500
GET
/data/person/{id}/{attributeName}
A person's property by his/her identifier
findPerson_1 4 params → 404406500

Schemas 1

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

SimpleEventProjection
object
9 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

reactome-person-api-openapi.yml Raw ↑

Other APIs Reactome publishes across the network.

Reactome database API
Reactome discover API
Reactome diseases API
Reactome download API
Reactome entities API
Reactome events API
Reactome exporter API
Reactome identifier API
Reactome identifiers API
Reactome import API
Reactome interactors API
Reactome mapping API