API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/32223/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/4/?format=api",
            "name": "devel"
        },
        {
            "url": "https://portsfallout.com/api/category/20/?format=api",
            "name": "java"
        }
    ],
    "origin": "devel/R-cran-rJava",
    "name": "R-cran-rJava",
    "comment": "R to Java interface",
    "maintainer": "[email protected]",
    "www": "https://cran.r-project.org/package=rJava",
    "main_category": "devel"
}