API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/11/",
        "https://djangopackages.org/api/v4/grids/14/"
    ],
    "id": 4203,
    "title": "changewords",
    "slug": "changewords",
    "last_updated": "2018-08-25T05:12:21-04:00",
    "last_fetched": "2026-02-16T02:02:42.127555-05:00",
    "repo_url": "https://github.com/agusmakmun/changewords",
    "pypi_version": "1.0.3",
    "created": "2018-08-24T10:57:32.332242-04:00",
    "modified": "2026-01-28T16:01:10.215222-05:00",
    "repo_forks": 0,
    "repo_description": "Simply python tool to change or replace the text string in the files. This tool pretty nice for programmers if somehow they want to replace/change their codes for many files, eg: function, class, variable, etc for recursive files or not.",
    "pypi_url": "http://pypi.python.org/pypi/changewords",
    "documentation_url": "",
    "repo_watchers": 2,
    "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": [
        "agusmakmun"
    ]
}