Xtits

The Xtits – allows users to search for adult videos from Xtits.com based on specific criteria.

Base URL

"https://openapi-idk8.onrender.com"

Endpoint

GET "/xtits/search"

Description: Searches for adult videos based on specified criteria.

Parameters

  • find (required): The search query for videos.
  • page (optional): The page number of search results.
  • count (optional): The number of results per page (default: 10).

Sample Request

"https://openapi-idk8.onrender.com/xtits/search?find=fuck&page=1&count=10"

Sample Response


{
  "api_name": "Xtits Search Videos",
  "author": "OpenAPI",
  "api_type": "NSFW",
  "videos": [
    {
      "uri": "https://www.xtits.com/get_file/3/e34f18e8bedd2c99217dfbc3b63a1311/0/590/590.mp4/"
    },
    {
      "uri": "https://www.xtits.com/get_file/3/c365d9b3d6feb97129ae8acf92983d78/1000/1117/1117.mp4/"
    },
    {
      "uri": "https://www.xtits.com/get_file/3/1d14cdbb675c40ba39bc0dc44032857c/0/904/904.mp4/"
    },
    {
      "uri": "https://www.xtits.com/get_file/3/be8c89674276b2653240bdade5c9f7a0/0/589/589.mp4/"
    },
    {
      "uri": "https://www.xtits.com/get_file/3/14169a03a95a5733abe78b4b293e68cc/9000/9999/9999.mp4/"
    },
    {
      "uri": "https://www.xtits.com/get_file/3/bb45e3ef78020c7600654d612860f3bc/1000/1932/1932.mp4/"
    },
    {
      "uri": "https://www.xtits.com/get_file/3/c4bb6c601fc18bf9d0180a74d37d8017/1000/1133/1133.mp4/"
    },
    {
      "uri": "https://www.xtits.com/get_file/4/5048a78fb96a2d65350c07a5c304cf47/33000/33522/33522.mp4/"
    },
    {
      "uri": "https://www.xtits.com/get_file/4/813aa0445a1895439e4048d54a4d9d92/23000/23256/23256.mp4/"
    },
    {
      "uri": "https://www.xtits.com/get_file/3/db32265a085d37f0224370db2a04c2d6/7000/7732/7732.mp4/"
    }
  ]
}
    

Error Handling

400 Bad Request: Returned when the "find" parameter is missing or empty.

{ "error": "Search query is required." }

500 Internal Server Error: Returned for internal server errors during video retrieval.

{ "error": "Internal server error." }

Notes

  • This API is for adult content (NSFW).
  • The number of videos returned per page can be controlled using the "count" parameter.
  • Pagination is available via the "page" parameter.