Graph endpoints
Relationship traversals served under /v1/oa/graph.
Every graph endpoint returns a standard list envelope with an extra graph_strength field on each result (number of shared references, co-citers, co-authors, etc.) so you can render weighted edges without a second trip.
Citation graph
- GET
/v1/oa/graph/works/{id}/citationsWorks that cite this one.
- GET
/v1/oa/graph/works/{id}/referenced-worksWorks this one cites.
- GET
/v1/oa/graph/works/{id}/co-citedWorks cited together with this one.
- GET
/v1/oa/graph/works/{id}/bibliographic-couplingWorks sharing references with this one.
- GET
/v1/oa/graph/works/{id}/related-worksRelated via the related_works array.
Author graph
- GET
/v1/oa/graph/authors/{id}/co-authorsAuthors sharing at least one work.
- GET
/v1/oa/graph/authors/{id}/institutionsInstitutions ever affiliated.
- GET
/v1/oa/graph/authors/{id}/topicsTopics this author publishes in.
Institution & topic graphs
- GET
/v1/oa/graph/institutions/{id}/collaboratorsInstitutions sharing works.
- GET
/v1/oa/graph/institutions/{id}/authorsAuthors affiliated with institution.
- GET
/v1/oa/graph/topics/{id}/co-occurrencesTopics co-occurring on works.