Guidance needed for API

Hi there! I’m a research assistant working on a project about data privacy at Berkman Klein Center, and would like to use the tosdr api. Any help would be greatly appreciated!

According to my understanding, the Case API and the Service API are disconnected. Is there a way to get the JSON data of all the services that contain each case?

I’m really grateful for all the work you have done here. Thank you so much!

1 Like

The end point changed.

Here are the docs ToS;DR Developers

Quote from our dc ""Moving from the old API channel to this forum


Please also note: More legacy endpoints will be deprecated and more rate limited in 2023, to reduce the load on our servers. A full list of possible dates will be published soon
We also advise all developers NOT to use the https://tosdr.org/api endpoint but to use https://api.tosdr.org/

Here is an up-to-date list of endpoints pending removal in Feb 2023

Endpoints Deprecated/Removed February 2023:

https://tosdr.org/api/1/all.json superseded with https://api.tosdr.org/service/v1/
https://api.tosdr.org/rest-service/v1/ superseded with https://api.tosdr.org/service/v1/
https://api.tosdr.org/rest-service/v2/ superseded with https://api.tosdr.org/service/v1/
https://api.tosdr.org/rest-service/v3/ superseded with https://api.tosdr.org/service/v1/
https://api.tosdr.org/all-cases/v1/ superseded with https://api.tosdr.org/cases/v1/
https://api.tosdr.org/all-services/v1/ superseded with https://api.tosdr.org/service/v1/
https://api.tosdr.org/all-services/v1/ superseded with https://api.tosdr.org/service/v1/
https://api.tosdr.org/v1/ superseded with https://api.tosdr.org/service/v1/
https://api.tosdr.org/v2/ superseded with https://api.tosdr.org/service/v1/
https://api.tosdr.org/v3/ superseded with https://api.tosdr.org/service/v1/


All https://tosdr.org/api endpoints will STOP working!
```"

I hope this helps