GET /service/v2

Use this interface to retrieve a list of services (or a specific service) from our database in JSON format.

As a reference, you can also manually browse or search services at https://edit.tosdr.org/services.

Endpoint

https://api.tosdr.org/service/v2/

Parameters

Parameter
Type
Description

id

Integer

Optional ID of the service. Omit the parameter to list all services.

page

Integer

Pagination number (starts at 1).

Repository

Code for this endpoint lives at https://github.com/tosdr/API/tree/master/functions/Service/GET/v2.

Implemented error codes

Error code

INVALID_SERVICE

Example responses

Specific service

All services

Last updated