API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/89/?format=api"
    ],
    "id": 665,
    "title": "milkman",
    "slug": "milkman",
    "last_updated": "2014-01-06T22:14:01-05:00",
    "last_fetched": "2026-02-16T00:05:41.441272-05:00",
    "repo_url": "https://github.com/ccollins/milkman",
    "pypi_version": "0.5",
    "created": "2011-03-01T19:11:36.127160-05:00",
    "modified": "2026-01-28T15:45:24.679817-05:00",
    "repo_forks": 21,
    "repo_description": "Django model object generation - no more fixtures!",
    "pypi_url": "http://pypi.python.org/pypi/milkman",
    "documentation_url": "https://readthedocs.org/projects/milkman/",
    "repo_watchers": 85,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "ccollins",
        "paltman",
        "wilkes",
        "Wilfred",
        "issackelly",
        "j4mie",
        "sethtrain",
        "gsiegman",
        "rob-b",
        "skyl"
    ]
}