{"id":20427356,"url":"https://github.com/ptyadana/django-rest-api-course-info","last_synced_at":"2026-04-21T05:34:28.338Z","repository":{"id":80152558,"uuid":"248956056","full_name":"ptyadana/django-REST-API-course-info","owner":"ptyadana","description":"simple REST API for course info - to reterive the list, create, update, delete course","archived":false,"fork":false,"pushed_at":"2020-04-27T03:46:33.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T05:21:50.395Z","etag":null,"topics":["django","django-application","django-project","django-rest-framework","django3","json","python3","rest","rest-api","simple"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/ptyadana.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"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":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-21T10:48:29.000Z","updated_at":"2024-06-29T13:25:01.000Z","dependencies_parsed_at":"2023-07-14T09:30:37.861Z","dependency_job_id":null,"html_url":"https://github.com/ptyadana/django-REST-API-course-info","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ptyadana/django-REST-API-course-info","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptyadana%2Fdjango-REST-API-course-info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptyadana%2Fdjango-REST-API-course-info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptyadana%2Fdjango-REST-API-course-info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptyadana%2Fdjango-REST-API-course-info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ptyadana","download_url":"https://codeload.github.com/ptyadana/django-REST-API-course-info/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptyadana%2Fdjango-REST-API-course-info/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32079065,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T02:38:07.213Z","status":"ssl_error","status_checked_at":"2026-04-21T02:38:06.559Z","response_time":128,"last_error":"SSL_read: 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":["django","django-application","django-project","django-rest-framework","django3","json","python3","rest","rest-api","simple"],"created_at":"2024-11-15T07:19:41.109Z","updated_at":"2026-04-21T05:34:28.324Z","avatar_url":"https://github.com/ptyadana.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Course Info REST API Project\n\nA simple REST API for getting the lists of books information, creating, updating and deleting one using \n+ Python 3\n+ Django 3\n+ Django REST framework\n\n### Endpoints\n```/courses``` GET: get all books\n\n```/courses``` POST: create new book\n\n```/courses/id``` PUT/PATCH: update the book (/courses/1)\n\n```/courses/id``` DELETE: delete the book (/courses/1)\n\n#### Sample JSON\n```javascript\nHTTP 200 OK\nAllow: GET, POST, HEAD, OPTIONS\nContent-Type: application/json\nVary: Accept\n\n[\n    {\n        \"id\": 1,\n        \"url\": \"http://localhost:8000/courses/1/\",\n        \"name\": \"Python Programming for everyone\",\n        \"langauge\": \"Python\",\n        \"price\": \"$49\"\n    },\n    {\n        \"id\": 2,\n        \"url\": \"http://localhost:8000/courses/2/\",\n        \"name\": \"Ruby for everyone\",\n        \"langauge\": \"Ruby\",\n        \"price\": \"$30\"\n    },\n    {\n        \"id\": 3,\n        \"url\": \"http://localhost:8000/courses/3/\",\n        \"name\": \"Javascript for beginner\",\n        \"langauge\": \"Javascript\",\n        \"price\": \"$49\"\n    },\n    {\n        \"id\": 4,\n        \"url\": \"http://localhost:8000/courses/4/\",\n        \"name\": \"React for newbie\",\n        \"langauge\": \"react\",\n        \"price\": \"10\"\n    }\n]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fptyadana%2Fdjango-rest-api-course-info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fptyadana%2Fdjango-rest-api-course-info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fptyadana%2Fdjango-rest-api-course-info/lists"}