API Documentation

This API allows you to search for posts on rutracker.

API URL

https://api.michijackson.xyz/


Endpoint

GET/search?q={query}

Parameter

Type

Required

Description

q

String

True

Search query


Example Request

GET api.michijackson.xyz/search?q=keks

Response

{
  "cached": false,
  "count": 1,
  "data": [
    {
      "author": "Viterrson",
      "id": 1,
      "leechers": 0,
      "seeders": 3,
      "title": "(Hard - Rock) Keks - Keks - 1983, MP3, 320 kbps",
      "url": "https://rutracker.org/forum/viewtopic.php?t=3835559"
    }
  ],
  "query": "keks",
  "success": true
}