API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/9557/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/4/?format=api",
            "name": "devel"
        },
        {
            "url": "https://portsfallout.com/api/category/10/?format=api",
            "name": "rubygems"
        }
    ],
    "origin": "devel/rubygem-glib2",
    "name": "rubygem-glib2",
    "comment": "Ruby binding of GLib 2.x",
    "maintainer": "[email protected]",
    "www": "https://ruby-gnome.github.io/",
    "main_category": "devel"
}