This section provides an overview of the REST API available under the /en/resources/rest path. The API is designed to offer a structured and efficient way to access resources in English.

API Endpoints

  • Get Resources: Retrieve a list of resources available in English.
    • Endpoint: /en/resources/get
    • Method: GET
    • Description: Returns a JSON object containing the list of resources.

Usage Example

Here's an example of how you might use this API to get a list of resources:

GET /en/resources/get

This will return a JSON object with the resources.

More Information

For more detailed information about the API, including parameters and response formats, please visit the API Documentation.

API Documentation