API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1700/
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/140/"
    ],
    "id": 1700,
    "title": "Django Project Template",
    "slug": "dpt",
    "last_updated": "2015-03-07T12:07:39-05:00",
    "last_fetched": "2026-02-15T13:01:28.739492-05:00",
    "repo_url": "https://github.com/chrislawlor/dpt",
    "pypi_version": null,
    "created": "2013-03-02T13:42:00.026825-05:00",
    "modified": "2026-01-28T13:15:09.289518-05:00",
    "repo_forks": 3,
    "repo_description": "Django 1.4+ project layout loaded with Bootstrap, FontAwesome, HTML5 Boilerplate, LESS, testing with coverage, starter onboarding documentation. Encourages safe, version-controlled settings for all deployment environments.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 7,
    "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": [
        "chrislawlor"
    ]
}