API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1030/?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/127/?format=api"
    ],
    "id": 1030,
    "title": "django-structurer",
    "slug": "django-structurer",
    "last_updated": "2012-04-29T14:00:20-04:00",
    "last_fetched": "2026-02-16T00:02:32.213732-05:00",
    "repo_url": "https://github.com/arruda/django-structurer",
    "pypi_version": "0.3.1",
    "created": "2011-11-23T14:12:16.606896-05:00",
    "modified": "2026-01-28T15:29:41.299393-05:00",
    "repo_forks": 3,
    "repo_description": "This app allow you to create your own custom django project structure, and then use it as you please",
    "pypi_url": "http://pypi.python.org/pypi/django_structurer",
    "documentation_url": null,
    "repo_watchers": 12,
    "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": [
        "arruda"
    ]
}