{"id":20225697,"url":"https://github.com/d4v1-sudo/flask-json-api","last_synced_at":"2026-05-08T21:34:30.302Z","repository":{"id":198718155,"uuid":"701393562","full_name":"d4v1-sudo/flask-json-api","owner":"d4v1-sudo","description":"🌐🐍 - A simple Flask application for creating an API that handles JSON data.","archived":false,"fork":false,"pushed_at":"2024-06-05T16:49:18.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T12:46:12.695Z","etag":null,"topics":["flask-application","json-api","python","python3"],"latest_commit_sha":null,"homepage":"","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/d4v1-sudo.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":"2023-10-06T14:40:27.000Z","updated_at":"2024-06-05T16:49:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"0a25058a-0ad6-4510-b49e-2e1c78c4b3f6","html_url":"https://github.com/d4v1-sudo/flask-json-api","commit_stats":null,"previous_names":["d4v1-sudo/flask-json-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/d4v1-sudo/flask-json-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d4v1-sudo%2Fflask-json-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d4v1-sudo%2Fflask-json-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d4v1-sudo%2Fflask-json-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d4v1-sudo%2Fflask-json-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d4v1-sudo","download_url":"https://codeload.github.com/d4v1-sudo/flask-json-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d4v1-sudo%2Fflask-json-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32798473,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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-application","json-api","python","python3"],"created_at":"2024-11-14T07:14:24.555Z","updated_at":"2026-05-08T21:34:30.285Z","avatar_url":"https://github.com/d4v1-sudo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌐🐍 - Flask JSON api using Python\n\nThis repository contains a simple Flask application for creating an API that handles JSON data. It also includes three Python scripts for interacting with the API.\n\n## Contents\n\n- [Description](#description)\n- [Getting Started](#getting-started)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Description\n\nThis Flask application serves as a foundation for building an API that can handle JSON data. It provides endpoints for storing, retrieving, and interacting with JSON data. The application includes the following key components:\n\n- **`app_flask.py`**: The main Flask application that defines API endpoints and data handling.\n- **`get.py`**: A Python script for making GET requests to retrieve data from the API.\n- **`env.py`**: A Python script for making POST requests to send data to the API.\n- **`chat.py`**: A Python script for sending chat messages to the API.\n\n## Getting Started\n\nTo get started with this repository, follow these steps:\n\n1. Clone the repository to your local machine:\n\n  ```shell\n  https://github.com/d4v1-sudo/flask-json-api.git\n  ```\n\n2. Set up a virtual environment (recommended) and install the required packages:\n\n  ```shell\n  cd flask-json-api\n  python3 -m venv venv\n  source venv/bin/activate # On Windows, use: venv\\Scripts\\activate\n  pip install -r requirements.txt\n  ```\n\n3. Start the Flask application:\n\n  ```shell\n  python3 app_flask.py\n  ```\n\nThe Flask application will run locally, and you can interact with it using the provided Python scripts (`get.py`, `env.py`, and `chat.py`).\n\n## Usage\n\nYou can use the provided Python scripts to interact with the Flask API. Here's a brief overview of their usage:\n\n- **`get.py`**: Use this script to make GET requests and retrieve data from the API.\n\n- **`env.py`**: Use this script to make POST requests and send data to the API.\n\n- **`chat.py`**: Use this script to send chat messages to the API.\n\nMake sure to replace the placeholder URLs and routes in the scripts with your own API endpoint details.\n\n## Contributing\n\nIf you'd like to contribute to this project, please follow the standard GitHub workflow:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Make your changes and commit them.\n4. Push your changes to your fork.\n5. Create a pull request to the main repository.\n\n\u003ca href=\"https://visitorbadge.io/status?path=https%3A%2F%2Fgithub.com%2Fd4v1-sudo%2Fflask-json-api\"\u003e\u003cimg src=\"https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2Fd4v1-sudo%2Fflask-json-api\u0026label=Thanks%20for%20dropping%20in\u0026labelColor=%23000000\u0026countColor=%23FFFFFF\" /\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd4v1-sudo%2Fflask-json-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd4v1-sudo%2Fflask-json-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd4v1-sudo%2Fflask-json-api/lists"}