Search
Endpoint: /api/search/:query
The /api/search/:query
endpoint allows you to search for manga based on a specific query. Use this endpoint to discover manga titles related to your search.
Example
Response
Notes
- The
:query
parameter in the endpoint represents the search query. Make sure to encode the query string properly. - Use the
page
query parameter to navigate through different pages of the search results. - The response includes a list of manga entries with their respective IDs, images, and titles.
- The
metaData
section provides information about the total number of pages available for the search results.
Feel free to use this endpoint to enhance the search functionality in your application and provide users with relevant manga suggestions based on their queries.