{"id":15702538,"url":"https://github.com/nekmo/best-browsable-api","last_synced_at":"2026-02-19T06:31:43.005Z","repository":{"id":151382171,"uuid":"242608065","full_name":"Nekmo/best-browsable-api","owner":"Nekmo","description":"Improves the browsable api of Django Rest Framework","archived":false,"fork":false,"pushed_at":"2020-02-24T01:24:08.000Z","size":38,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T00:58:49.369Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nekmo.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-23T23:29:55.000Z","updated_at":"2020-03-02T21:16:15.000Z","dependencies_parsed_at":"2023-05-03T05:30:55.849Z","dependency_job_id":null,"html_url":"https://github.com/Nekmo/best-browsable-api","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"9fb36c79bb775ab6cca89ed49b5e79f8a46ef4ef"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Nekmo/best-browsable-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nekmo%2Fbest-browsable-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nekmo%2Fbest-browsable-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nekmo%2Fbest-browsable-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nekmo%2Fbest-browsable-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nekmo","download_url":"https://codeload.github.com/Nekmo/best-browsable-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nekmo%2Fbest-browsable-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29604781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T05:11:50.834Z","status":"ssl_error","status_checked_at":"2026-02-19T05:11:38.921Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T20:01:21.028Z","updated_at":"2026-02-19T06:31:42.990Z","avatar_url":"https://github.com/Nekmo.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nbest-browsable-api for Django Rest Framework\n############################################\n\n.. image:: https://img.shields.io/travis/Nekmo/best-browsable-api.svg?style=flat-square\u0026maxAge=2592000\n  :target: https://travis-ci.org/Nekmo/best-browsable-api\n  :alt: Latest Travis CI build status\n\n.. image:: https://img.shields.io/pypi/v/best-browsable-api.svg?style=flat-square\n  :target: https://pypi.org/project/best-browsable-api/\n  :alt: Latest PyPI version\n\n.. image:: https://img.shields.io/pypi/pyversions/best-browsable-api.svg?style=flat-square\n  :target: https://pypi.org/project/best-browsable-api/\n  :alt: Python versions\n\n.. image:: https://img.shields.io/codeclimate/github/Nekmo/best-browsable-api.svg?style=flat-square\n  :target: https://codeclimate.com/github/Nekmo/best-browsable-api\n  :alt: Code Climate\n\n.. image:: https://img.shields.io/codecov/c/github/Nekmo/best-browsable-api/master.svg?style=flat-square\n  :target: https://codecov.io/github/Nekmo/best-browsable-api\n  :alt: Test coverage\n\n.. image:: https://img.shields.io/requires/github/Nekmo/best-browsable-api.svg?style=flat-square\n     :target: https://requires.io/github/Nekmo/best-browsable-api/requirements/?branch=master\n     :alt: Requirements Status\n\nTo install Best Browsable API, run this command in your django project:\n\n.. code-block:: console\n\n    $ pip install -e git+https://github.com/Nekmo/best-browsable-api.git@master#egg=best_browsable_api\n\nAnd add ``best_browsable_api`` to your ``INSTALLED_APPS`` setting (before ``rest_framework``):\n\n.. code-block:: python\n\n    INSTALLED_APPS = [\n        \"best_browsable_api\",  # Before rest_framework!\n        \"rest_framework\",\n    ]\n\n\nCollapse tree\n=============\nIs your json too big? The library collapses the browsable api tree.\n\n.. image:: https://raw.githubusercontent.com/Nekmo/best-browsable-api/master/images/collapse_tree.png\n    :width: 200px\n    :align: right\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekmo%2Fbest-browsable-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnekmo%2Fbest-browsable-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekmo%2Fbest-browsable-api/lists"}