Create a simple read-only API that allows programmatic access to the line of succession data.
Suggested endpoints:
/api/line/current
/api/line/{date}
/api/person/{id}
/api/events
/api/search?q=
/api/stats
The API can initially be free with basic rate limiting. In the future, heavy or commercial use could require an API key.
Create a simple read-only API that allows programmatic access to the line of succession data.
Suggested endpoints:
/api/line/current/api/line/{date}/api/person/{id}/api/events/api/search?q=/api/statsThe API can initially be free with basic rate limiting. In the future, heavy or commercial use could require an API key.