/api/series (coming soon)
Series API – Coming Soon
Section titled “Series API – Coming Soon”This endpoint is not available yet. It will follow the same pagination and response pattern as GET /api/gundams and GET /api/characters.
Planned Endpoint: GET /api/series
Query Parameters (planned)
Section titled “Query Parameters (planned)”| Parameter | Type | Default | Description |
|---|---|---|---|
page | integer | 1 | Page number for pagination |
limit | integer | 20 | Number of results per page |
Expected URL (example)
Section titled “Expected URL (example)”https://gundam-api.pages.dev/api/series?page=1&limit=10Status
Section titled “Status”- Not yet available. This page is a placeholder until the Series API is implemented.