Großwald · machine-readable layer

Data API

Every published article and tracked entity as JSON. No key, no authentication, no rate limit. Base URL https://www.grosswald.org.

Endpoints

/data/index.jsonManifest — counts, every article slug with its last update, the entity list, the endpoint list. Start here.
/data/changes.jsonArticles added and updated since the previous build, and the entities they touch. Poll this instead of re-crawling.
/data/articles/{slug}.jsonOne article: title, canonical URL, type, dates, excerpt, editorial facets, sources, entities.
/data/entities/{slug}.jsonOne entity: aliases, coverage timeline, last_covered, co-occurring entities, sources.
/data/status.jsonBuild status and freshness of this layer.
/data/openapi.jsonOpenAPI 3.1 description of everything on this page.
/data/sitemap.xmlEvery data endpoint with a lastmod date.
/data/terms.txtUsage terms.
/llms.txtText index: overview, taxonomy, latest coverage.
/llms-full.txtEvery published article with date, type and excerpt.

Discovery

The catalog at /.well-known/api-catalog (RFC 9727, served as application/linkset+json) points to this page, the OpenAPI description and the status endpoint. The homepage carries the same pointers as RFC 8288 Link headers.

curl -s https://www.grosswald.org/.well-known/api-catalog
curl -s https://www.grosswald.org/data/openapi.json
curl -sI https://www.grosswald.org/ | grep -i ^link

Conventions

Terms

Retrieval by AI systems, citation with attribution and indexing are permitted. Bulk republication, derivative databases and commercial redistribution are reserved. Full text: /data/terms.txt. Attribution format: “Großwald (grosswald.org)” with a link to the cited article.