POSI - Panorama Scholarly Index
APIRoadmap — Planned

API & Export

POSI provides selected public metadata endpoints for transparency, reuse, and verification. All API records preserve source attribution and provenance where available.

API Status: The POSI public API is currently in planning phase. Endpoints listed below represent the intended specification. Currently, data can be accessed through the DOI Lookup tool, journal pages, and article pages on this site. API availability will be announced on this page.

Base URL

https://posi.panorama-sg.com/api/

All endpoints return JSON by default. Append ?format=csv or ?format=bibtex for alternative formats.

Planned Endpoints

PlannedGET/api/stats

Platform statistics: total journals, articles, DOI records, sync status

PlannedGET/api/journals

List journal records with available metadata, verification status, and PQF status

PlannedGET/api/journals/{slug}

Single journal record including PQF breakdown and evidence status

PlannedGET/api/articles

List articles with filters: journal, year, DOI status, license, MQS range

PlannedGET/api/articles/{doi}

Single article record with full metadata, MQS, and CVI

PlannedGET/api/search

Full-text search across articles, journals, and authors

PlannedGET/api/doi/{doi}

DOI lookup: Crossref status, OpenAlex match, citation visibility, MQS

PlannedGET/api/pqf/{slug}

PQF score and subfactor breakdown for a specific journal

PlannedGET/api/evidence/{slug}

Evidence records for a specific journal

PlannedGET/api/sources/status

Data source sync status: last sync date, record counts per source

Query Parameters

ParameterDescription
qFull-text search query
journalFilter by journal slug (e.g. grhas, afs)
yearFilter by publication year (e.g. 2025)
doiFilter by exact DOI
licenseFilter by license (e.g. CC BY 4.0)
scope"psg" for PSG journals only, "all" for full Crossref scope
pagePage number (default: 1)
rowsResults per page (default: 20, max: 100)
formatExport format: json, csv, bibtex, ris

Export Formats

JSON

Machine-readable structured data with full provenance fields

CSV

Tabular export for spreadsheet analysis

BibTeX

Citation export for reference managers (Zotero, Mendeley, JabRef)

RIS

Standardized citation format for all major reference managers

Data Reuse & Attribution

POSI metadata is available for open reuse. All records include source attribution indicating whether data originates from Crossref, OpenAlex, OpenCitations, DOAJ, ROR, or ORCID.

When citing or reusing POSI data, please attribute the original data sources (Crossref, OpenAlex, etc.) as indicated in each record's provenance fields. POSI does not claim ownership of metadata sourced from third-party registries.

PQF scores are produced by POSI under CC BY 4.0. Attribution: "POSI Quality Framework (PQF), Panorama Open Scholarly Index, panorama-sg.com".

Rate Limits & Access

Public endpoints: 60 requests/minute per IP (planned).

Bulk data exports: Contact the POSI team for institutional data agreements.

Current data access: Use the DOI Lookup, Search, and Journal pages while the public API is in development.