{"id":19284294,"url":"https://github.com/shawon922/flask-blog-api","last_synced_at":"2026-05-15T11:37:30.759Z","repository":{"id":89076184,"uuid":"90455932","full_name":"shawon922/flask-blog-api","owner":"shawon922","description":"A simple API built with flask, flask-restful and flask-mysqldb.","archived":false,"fork":false,"pushed_at":"2017-05-06T13:57:33.000Z","size":2,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T22:42:24.492Z","etag":null,"topics":["flask","flask-api","flask-restful","python","python3"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shawon922.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-05-06T10:38:31.000Z","updated_at":"2024-04-19T14:27:13.000Z","dependencies_parsed_at":"2023-06-13T20:09:40.052Z","dependency_job_id":null,"html_url":"https://github.com/shawon922/flask-blog-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shawon922/flask-blog-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shawon922%2Fflask-blog-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shawon922%2Fflask-blog-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shawon922%2Fflask-blog-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shawon922%2Fflask-blog-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shawon922","download_url":"https://codeload.github.com/shawon922/flask-blog-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shawon922%2Fflask-blog-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33065719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"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":["flask","flask-api","flask-restful","python","python3"],"created_at":"2024-11-09T21:37:42.172Z","updated_at":"2026-05-15T11:37:30.743Z","avatar_url":"https://github.com/shawon922.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flask-blog-api\n## A simple API built with \"flask\", \"flask-restful\" and \"flask-mysqldb\".\n\n#### Tutorial Reference\n[REST API Best Practices: Python \u0026 Flask Tutorial - Polyglot.Ninja()](http://polyglot.ninja/rest-api-best-practices-python-flask-tutorial/)\n\n###  Requirements\n    Flask==0.12.1\n    Flask-MySQLdb==0.2.0\n    Flask-RESTful==0.3.5\n\n\n### To create an article:\n\n```\n$ curl -H \"Content-Type: application/json\" -X POST -d '{\"title\": \"This is title\", \"content\": \"This is content\"}' http://127.0.0.1:5000/api/v1/articles/\n```\n\n### To get all articles:\n\n```\n$ curl -X GET http://127.0.0.1:5000/api/v1/articles/\n```\n\n### To get a single article:\n\n```\n$ curl -X GET http://127.0.0.1:5000/api/v1/articles/1\n```\n\n### To update an article:\n\n```\n$ curl -H \"Content-Type: application/json\" -X PUT -d '{\"title\": \"This is title\", \"content\": \"This is content\"}' http://127.0.0.1:5000/api/v1/articles/9\n```\n\n### To delete an article:\n\n```\n$ curl -X DELETE http://127.0.0.1:5000/api/v1/articles/8\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshawon922%2Fflask-blog-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshawon922%2Fflask-blog-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshawon922%2Fflask-blog-api/lists"}