Service
Query parameters
idintegerOptionalExample: 
Service ID, omit to list all services
182langstring · enumOptionalExample: 
Language code (2 letters)
enPossible values: show_allbooleanOptionalExample: 
Show all points including non-approved ones
falsepageintegerOptionalExample: 
Page number when id is not provided
0Header parameters
AcceptstringOptionalExample: 
Expected content type
application/jsonResponses
200
Successful Response
application/json
422
Validation Error
application/json
get
/service/v3GET /service/v3 HTTP/1.1
Host: api.tosdr.org
Accept: */*
{
  "id": 182,
  "is_comprehensively_reviewed": true,
  "name": "Facebook",
  "updated_at": "2023-07-10T22:02:24.881812",
  "created_at": "2018-01-16T15:26:05.533031",
  "slug": "facebook",
  "rating": "E",
  "urls": [
    "facebook.com",
    "facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion",
    "facebookcorewwwi.onion",
    "messenger.com",
    "fb.com",
    "fbcdn.net",
    "facebook.net",
    "atdmt.com",
    "lrcdn.net",
    "atdmt.com",
    "atlassolutions.com",
    "accountkit.com"
  ],
  "image": "https://s3.tosdr.org/logos/182.png",
  "documents": [
    {
      "id": 452,
      "name": "Cookie Policy",
      "url": "https://www.facebook.com/policies/cookies/",
      "updated_at": "2024-11-08T11:06:03.388912",
      "created_at": "2018-08-29T13:26:35.525479"
    }
  ],
  "points": [
    {
      "id": 1120,
      "title": "The service uses your personal data for advertising",
      "source": "https://www.facebook.com/privacy/explanation",
      "status": "approved",
      "analysis": "Collects all data you send (username, email, credit card number...), any kind of info other put about you as well.",
      "case": {
        "id": 216,
        "weight": 50,
        "title": "Your personal data is used for advertising",
        "description": "Your interaction with the service and data you have shared with them may be gathered to create an advertising ID or profile to target ads on you, either on the website you were visiting or in third party websites.",
        "updated_at": "2021-05-06T08:13:43.286762",
        "created_at": "2018-01-16T15:26:10.380532",
        "topic_id": 57,
        "classification": "bad"
      },
      "document_id": null,
      "updated_at": "2019-01-27T16:35:02.999854",
      "created_at": "2018-01-16T20:56:54.907566"
    }
  ]
}Query parameters
idintegerOptionalExample: 
Service ID, omit to list all services
182pageintegerOptionalExample: 
Page number when id is not provided
0Header parameters
AcceptstringOptionalExample: 
Expected content type
application/jsonResponses
200
Successful Response
application/json
Responseall of
422
Validation Error
application/json
get
/service/v2GET /service/v2 HTTP/1.1
Host: api.tosdr.org
Accept: */*
{
  "error": 256,
  "message": "OK",
  "parameters": {
    "id": 182,
    "is_comprehensively_reviewed": true,
    "name": "Facebook",
    "updated_at": "2023-07-10T22:02:24.881812",
    "created_at": "2018-01-16T15:26:05.533031",
    "slug": "facebook",
    "rating": "E",
    "urls": [
      "facebook.com"
    ],
    "image": "https://s3.tosdr.org/logos/182.png",
    "documents": [
      {
        "id": 452,
        "name": "Cookie Policy",
        "url": "https://www.facebook.com/policies/cookies/",
        "updated_at": "2024-11-08T11:06:03.388912",
        "created_at": "2018-08-29T13:26:35.525479"
      }
    ],
    "points": [
      {
        "id": 1120,
        "title": "The service uses your personal data for advertising",
        "source": "https://www.facebook.com/privacy/explanation",
        "status": "approved",
        "analysis": "Collects all data you send (username, email, credit card number...), any kind of info other put about you as well.",
        "case": {
          "id": 216,
          "weight": 50,
          "title": "Your personal data is used for advertising",
          "description": "Your interaction with the service and data you have shared with them may be gathered to create an advertising ID or profile to target ads on you, either on the website you were visiting or in third party websites.",
          "updated_at": "2021-05-06T08:13:43.286762",
          "created_at": "2018-01-16T15:26:10.380532",
          "topic_id": 57,
          "classification": "bad"
        },
        "document_id": null,
        "updated_at": "2019-01-27T16:35:02.999854",
        "created_at": "2018-01-16T20:56:54.907566"
      }
    ]
  }
}