Introduction

Explore the DJfindr API.

The DJfindr API is organized around REST principles to ensure simplicity and predictability. It features resource-oriented URLs, accepts form-encoded request bodies, and returns JSON-encoded responses. The API also adheres to standard HTTP response codes, authentication methods, and request verbs.

  • Single Object Requests: The DJfindr API processes one object per request. Bulk updates are not supported to maintain data integrity and simplify error handling.

  • Versioning: The DJfindr API evolves continuously. Functionality and behavior may vary between accounts as new features are released and tailored to specific needs.

All API requests should be directed to the following base URL:

Base URL
https://djfindr.com/api/1.1

Last updated