/manga/rankingsapiKey2 credits/requestRank manga
Returns a filterable, sorted manga ranking. Credential-free public AniList data. Filter by format, genre, and status.
Required params: None
API Reference
Use Crawlora's Manga API endpoints to extract supported public Manga data as structured JSON. This documentation covers 3 active endpoints including Rank manga, Search manga, Get a manga. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and agent-native workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as query, id, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X GET "https://api.crawlora.net/api/v1/manga/search?query=coffee&sort=SEARCH_MATCH&page=1" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/manga/rankingsapiKey2 credits/requestReturns a filterable, sorted manga ranking. Credential-free public AniList data. Filter by format, genre, and status.
Required params: None
/manga/searchapiKey1 credit/requestSearches manga by free-text query. Credential-free public manga data from AniList. Returns normalized entries: titles, scores, popularity, format, status, chapters, volumes, genres, and tags.
Required params: query:query
/manga/title/{id}apiKey2 credits/requestReturns a normalized manga by AniList id: titles, MyAnimeList id, scores, popularity, favourites, format, status, chapters, volumes, genres, ranked tags, dates, description, and images. Pass mal=true to additionally enrich the response with the MyAnimeList community score (mal block: score on a 0-10 scale, plus scored-by count), scraped credential-free from the public MAL page. Credential-free public AniList data.
Required params: id:path
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Rank manga | /manga/rankings | GET | 2 credits/request | None | View docs | Try endpoint |
| Search manga | /manga/search | GET | 1 credit/request | query:query | View docs | Try endpoint |
| Get a manga | /manga/title/{id} | GET | 2 credits/request | id:path | View docs | Try endpoint |