v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
altmetric

List Altmetric Institutions

Returns a list of institutions available for Altmetric reporting

get/altmetric/institutions

Query parameters

offsetinteger

Where to start the listing. The offset of the first item.

Response

OK. An array of Altmetric institutions

idinteger required

Institution id

namestring required

Institution name

custom_domainstring nullable

Custom domain for the institution

Example response

[
  {
    "id": 1,
    "name": "My Institution",
    "custom_domain": "myinstitution.figshare.com"
  }
]
All 158 operations