Skip to content
AsteriaStar
Open Data API · v0

Contributions API

Read-only contributions endpoints, backed by the Scientific Data Engine.

GET/api/v0/contribution-types
Implemented

The typed contribution models the scientific review workflow accepts, with their required targets, review track, and quality impact. Read-only.

Returns

{ count, contributionTypes: ContributionType[] }

Try it

/api/v0/contribution-types
GET/api/v0/review-states
Implemented

The contribution review-state machine: every state, its description, and its valid next states. Read-only.

Returns

{ count, states: ReviewState[] }

Try it

/api/v0/review-states
GET/api/v0/contribution-guidelines
Implemented

The workflow's core principle, contribution types, review states, roles, and security model — everything a future contributor or client needs. Read-only.

Returns

{ principle, types, states, roles, security }

Try it

/api/v0/contribution-guidelines
POST/api/v1/contributions
Planned

Planned (v1, future). Would accept a structured proposal for review. NOT implemented: there is no write endpoint, no authentication, and no persistence in this program.

Returns

Accepted proposal receipt (not available)

← All endpoints