API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/54/?format=api",
        "https://djangopackages.org/api/v4/grids/73/?format=api"
    ],
    "id": 1595,
    "title": "django-cms-saq",
    "slug": "django-cms-saq",
    "last_updated": "2016-02-04T11:09:25-05:00",
    "last_fetched": "2023-06-05T13:38:39.043881-04:00",
    "repo_url": "https://github.com/Maplecroft/django-cms-saq",
    "pypi_version": null,
    "created": "2012-12-18T04:50:32.681809-05:00",
    "modified": "2025-01-31T14:58:13.918848-05:00",
    "repo_forks": 10,
    "repo_description": "Questionnaire system built on top of django-cms",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 15,
    "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": [
        "JonPeel",
        "SimonOsborne",
        "ajdegol"
    ]
}