API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/25/"
    ],
    "id": 598,
    "title": "Random Instances",
    "slug": "random_instances",
    "last_updated": "2012-10-08T17:24:46-04:00",
    "last_fetched": "2022-03-18T21:48:08.036752-04:00",
    "repo_url": "https://github.com/ff0000/random_instances",
    "pypi_version": "0.0.3",
    "created": "2011-01-21T17:56:14.559350-05:00",
    "modified": "2025-01-31T14:59:48.071386-05:00",
    "repo_forks": 2,
    "repo_description": "Retrieve or generate random instances of Django models.",
    "pypi_url": "http://pypi.python.org/pypi/random_instances",
    "documentation_url": null,
    "repo_watchers": 4,
    "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": [
        "claudiobi",
        "claudiob",
        "meatbody"
    ]
}