Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 502 Bytes

Files.md

File metadata and controls

40 lines (35 loc) · 502 Bytes

The Files Object

The Files object is a list of the files contained inside the torrent.

HTTP Call

$ curl 'https://apibay.org/f.php?id=52427665'

Example Response

[
  {
    "name": [
      "NCIS.S19E01.720p.HDTV.x265-MiNX.mkv"
    ],
    "size": [
      218480061
    ]
  },
  {
    "name": [
      "[TGx]Downloaded from torrentgalaxy.to .txt"
    ],
    "size": [
      718
    ]
  },
  {
    "name": [
      "source.txt"
    ],
    "size": [
      35
    ]
  }
]