jikan-me / jikan-rest

The REST API for Jikan
https://docs.api.jikan.moe/
MIT License
428 stars 270 forks source link

Review API #536

Open AbhinavSachan opened 4 months ago

AbhinavSachan commented 4 months ago

Pagination object isn't coming right

// in page 1 
"pagination": {
    "last_visible_page": 1,
    "has_next_page": false
}

//  in page 30 
"pagination": {
    "last_visible_page": 1,
    "has_next_page": false
}

object same for every page