Discover/freebookcentre.net API
live

freebookcentre.net APIwww.freebookcentre.net

Browse free technical books across multiple categories, view detailed book information, and search for specific titles in the FreeBookCentre.net library. Discover learning resources organized by subject with quick access to book details and listings.

Endpoints
4
Updated
1h ago
Try it

No input parameters required.

api.parse.bot/scraper/f0f71435-0337-4c81-bc20-75a6f6d8c58b/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/f0f71435-0337-4c81-bc20-75a6f6d8c58b/list_categories' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

List all main book categories available on the site. Returns category names and their URL paths for use with the list_books endpoint.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "total": "integer",
    "categories": "array of category objects with name and path"
  },
  "sample": {
    "total": 30,
    "categories": [
      {
        "name": "Computer Science",
        "path": "/CompuScience/compscCategory.html"
      },
      {
        "name": "Languages",
        "path": "/Language/langCategory.html"
      },
      {
        "name": "Physics Books",
        "path": "/Physics/Physics-Books-Online.html"
      }
    ]
  }
}

About the freebookcentre.net API

The freebookcentre.net API on Parse exposes 4 endpoints for the publicly available data on www.freebookcentre.net. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.