API endpoint for Port's.

GET /api/port/126/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://portsfallout.com/api/port/126/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/16/?format=api",
            "name": "archivers"
        },
        {
            "url": "https://portsfallout.com/api/category/26/?format=api",
            "name": "perl5"
        }
    ],
    "origin": "archivers/p5-Archive-Peek",
    "name": "p5-Archive-Peek",
    "comment": "Peek into archives without extracting them",
    "maintainer": "[email protected]",
    "www": "https://metacpan.org/release/Archive-Peek",
    "main_category": "archivers"
}