FREE · NO AUTH · 263 SERIES
Manga data.
Zero friction.
Browse series. Get chapter images. Search titles.
No API key. No signup. Just build.
FREENO AUTHCORSEDGE CACHEDCACHED
terminal
$ curl "https://omegaapi.vercel.app/api/v1/series/sex-stopwatch"response.json
Loading live data...Scroll
0
ENDPOINTS
0
REQ/MIN
0
AUTH NEEDED
0%
FREE
WHY OMEGAAPI
Everything you need. Nothing you don't.
Zero Auth
No API keys, no sign-ups, no OAuth. Just make a request and get JSON.
Sub-Second
In-memory caching with 5–15 min TTL. Responses in milliseconds.
CORS Ready
Call directly from any frontend. Browser, mobile, desktop — all origins.
Full Reader
Chapter images, series metadata, ratings, tags, authors — complete data.
API REFERENCE
8 Endpoints. Zero Surprises.
Every response follows the same envelope format. Pick an endpoint to explore.
GET/api/v1/series
GET/api/v1/series/{slug}
GET/api/v1/chapters/{slug}
GET/api/v1/chapter/{slug}/{chapter}
GET/api/v1/search?q={query}
GET/api/v1/genres
GET/api/v1/health
GET/api/v1/stats
GET
/api/v1/seriesBrowse all series with search & pagination
PARAMETERS
| NAME | TYPE | REQ | DESC |
|---|---|---|---|
page | int | no | Page number |
perPage | int | no | Results per page (max 100) |
q | string | no | Search query to filter |
curl "https://omegaapi.vercel.app/api/v1/series?page=1&perPage=5"RESPONSE FORMAT
Consistent. Always.
SUCCESS (LIST)
{
"success": true,
"data": [...],
"pagination": {
"total": 263,
"perPage": 20,
"currentPage": 1,
"hasNext": true
}
}SUCCESS (SINGLE)
{
"success": true,
"data": {
"title": "Sex Stopwatch",
"rating": 4.96,
"status": "Completed"
}
}ERROR
{
"success": false,
"error": "Series not found"
}TRY IT
Hit the API. Right here.
LIVE PLAYGROUND
Test any endpoint in real-time
Ready to Build?
Free, fast, and requires no authentication. Start using OmegaAPI today.