Change Updates

Do not miss any crawlora.com API changes, ever again

Subscribe to the crawlora.com API changelog to be up to date on recent changes.

RSS

Aug 13, 2024

main
infra-frontend-deploy-prod
Compare
infra-frontend-deploy-prod

API structure has changed

7 structure changes including:
7 Modifications
Modified 7 Breaking
GET /api/v1/analytics
  • Query
  • plugin_id query parameter Removed
    • Removing a resource is always breaking unless it was deprecated before

      Breaking

GET /api/v1/request/sse/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /api/v1/requests
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /api/v1/requests/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
POST /api/v1/requests
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
POST /api/v1/user/login
  • Body
  • application/json content type Modified
    • country, language, timezone properties Added
POST /api/v1/user/register
  • Body
  • application/json content type Modified
    • country, language, timezone properties Added