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 mapping API

Identifiers mapping methods

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

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

This API exposes 8 operations across 8 paths, and defines 2 schemas. It is described by OpenAPI 3.0.1, at version 2.0.

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

8 operations 8 paths 2 schemas 2 GET6 POST

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 8

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

mapping 8

Identifiers mapping methods

POST
/mapping/
Maps the post identifiers over the different species
getMapping 2 params body → 400
POST
/mapping/form
Maps the identifiers in the file over the different species
getMappingPostFile 2 params body → 400413415
POST
/mapping/form/projection
Maps the identifiers in the file over the different species and projects the result to Homo Sapiens
getMappingPostFileToHuman 2 params body → 400413415
POST
/mapping/projection
Maps the post identifiers over the different species and projects the result to Homo Sapiens
getMappingToHuman 2 params body → 400
POST
/mapping/url
Maps the identifiers contained in the provided url over the different species
getMappingPostURL 2 params body → 400413415422
POST
/mapping/url/projection
Maps the identifiers contained in the provided url over the different species and projects the result to Homo Sapiens
getMappingPostURLToHuman 2 params body → 400413415422
GET
/data/mapping/{resource}/{identifier}/pathways
The lower level pathways where an identifier can be mapped to
getPathways 5 params → 404500
GET
/data/mapping/{resource}/{identifier}/reactions
The reactions where an identifier can be mapped to
getReactionsLikeEvent 5 params → 404500

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are MappedIdentifier (3 properties), MappedEntity (2 properties). Each schema is shown below with its type and property counts.

MappedIdentifier
object
3 properties
MappedEntity
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

reactome-mapping-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 orthology API