Dimensions website screenshot

Dimensions

Dimensions is a research data platform from Digital Science providing access to publications, grants, patents, clinical trials, datasets, and policy documents. The Dimensions Analytics API offers programmatic access to this research data via the Dimensions Search Language (DSL), enabling citation analysis, researcher discovery, organization benchmarking, and topic identification. The API is subscription-only and is not intended for bulk data extraction or to power dashboards or other derivative products.

1 APIs 0 Features
AnalyticsResearchPublicationsGrantsPatentsClinical TrialsJupyter Notebooks

APIs

Dimensions Analytics API

The Dimensions Analytics API provides programmatic access to the Dimensions research data platform via the Dimensions Search Language (DSL). It supports queries against publicat...

Collections

Pricing Plans

Dimensions Plans Pricing

3 plans

PLANS

Rate Limits

Dimensions Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

🔗
Website
Website
🔗
Documentation
Documentation
💬
Support
Support
📰
Blog
Blog

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Dimensions Analytics API
  version: '2.0'
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: Authentication
    type: folder
  items:
  - info:
      name: Obtain a JWT query token
      type: http
    http:
      method: POST
      url: https://app.dimensions.ai/api/auth
      body:
        type: json
        data: '{}'
    docs: Obtain a JWT query token
- info:
    name: Query
    type: folder
  items:
  - info:
      name: Execute a DSL query
      type: http
    http:
      method: POST
      url: https://app.dimensions.ai/api/dsl/v2
    docs: Execute a DSL query
bundled: true