API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3007/?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/140/?format=api",
        "https://djangopackages.org/api/v4/grids/127/?format=api"
    ],
    "id": 3007,
    "title": "django2-complete",
    "slug": "django2-complete",
    "last_updated": "2017-12-28T07:25:02-05:00",
    "last_fetched": "2018-05-01T07:45:06.914687-04:00",
    "repo_url": "https://github.com/FeedTheWeb/django-base-templatemplate",
    "pypi_version": null,
    "created": "2015-08-04T07:17:38.506220-04:00",
    "modified": "2025-01-31T14:57:57.493316-05:00",
    "repo_forks": 13,
    "repo_description": "Project Template for Django2 + Bootstrap3 + pre-configured apps (like Allauth, django_compressor ). Probably the fastest way to start up a complete Django project.",
    "pypi_url": "",
    "documentation_url": "https://github.com/FeedTheWeb/django-base-template/blob/master/README.md",
    "repo_watchers": 46,
    "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": [
        "FeedTheWeb",
        "eshar"
    ]
}