{"id":18533652,"url":"https://github.com/baradatipu/rest-api-plugin-for-wordpress","last_synced_at":"2025-07-11T04:40:10.516Z","repository":{"id":228153434,"uuid":"773287654","full_name":"baradatipu/REST-API-Plugin-For-Wordpress","owner":"baradatipu","description":"It's a Open Source Plugin For Wordpress REST API","archived":false,"fork":false,"pushed_at":"2024-03-19T18:02:48.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-14T23:35:56.382Z","etag":null,"topics":["php","rest-api","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/baradatipu.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,"zenodo":null}},"created_at":"2024-03-17T08:56:12.000Z","updated_at":"2024-03-17T13:55:09.000Z","dependencies_parsed_at":"2024-03-17T10:24:25.502Z","dependency_job_id":"41a9276f-64d5-4a90-83bd-5b69504bf254","html_url":"https://github.com/baradatipu/REST-API-Plugin-For-Wordpress","commit_stats":null,"previous_names":["baradatipu/rest-api-plugin-for-wordpress"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/baradatipu/REST-API-Plugin-For-Wordpress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baradatipu%2FREST-API-Plugin-For-Wordpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baradatipu%2FREST-API-Plugin-For-Wordpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baradatipu%2FREST-API-Plugin-For-Wordpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baradatipu%2FREST-API-Plugin-For-Wordpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baradatipu","download_url":"https://codeload.github.com/baradatipu/REST-API-Plugin-For-Wordpress/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baradatipu%2FREST-API-Plugin-For-Wordpress/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261344601,"owners_count":23144896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["php","rest-api","wordpress-plugin"],"created_at":"2024-11-06T19:12:32.128Z","updated_at":"2025-06-22T18:36:30.452Z","avatar_url":"https://github.com/baradatipu.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WordPress REST API Plugin\n\nThis WordPress plugin aims to provide a robust REST API, facilitating the development of Android apps or any other software requiring interaction with WordPress-based websites. With this plugin, developers can easily access and manipulate WordPress data programmatically, enabling seamless integration with various platforms and applications.\n\n## Features\n\n- Exposes WordPress data through a RESTful API.\n- Supports CRUD operations (Create, Read, Update, Delete) for posts, pages, categories, tags, and more.\n- Authentication mechanisms for secure API access.\n- Customizable endpoints to suit specific project requirements.\n- Simple configuration and setup process.\n\n## Usage\n\nTo use this plugin:\n\n1. Clone this repository to your local machine or server.\n2. Upload the plugin files to the `/wp-content/plugins/` directory.\n3. Activate the plugin through the 'Plugins' menu in WordPress admin.\n\nOnce activated, you can start using the REST API endpoints to interact with your WordPress site programmatically. Here are some common operations:\n\n- **Fetching Posts**: `GET /wp-json/wp/v2/posts`\n- **Creating a Post**: `POST /wp-json/wp/v2/posts`\n- **Updating a Post**: `PUT /wp-json/wp/v2/posts/{id}`\n- **Deleting a Post**: `DELETE /wp-json/wp/v2/posts/{id}`\n- **Fetching Pages**: `GET /wp-json/wp/v2/pages`\n- **Creating a Page**: `POST /wp-json/wp/v2/pages`\n- **Updating a Page**: `PUT /wp-json/wp/v2/pages/{id}`\n- **Deleting a Page**: `DELETE /wp-json/wp/v2/pages/{id}`\n\nRefer to the [official WordPress REST API documentation](https://developer.wordpress.org/rest-api/) for detailed information on available endpoints and parameters.\n\n## Contributing\n\nContributions are welcome! If you'd like to contribute to this project, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/your-feature-name`).\n3. Make your changes.\n4. Commit your changes (`git commit -am 'Add new feature'`).\n5. Push to the branch (`git push origin feature/your-feature-name`).\n6. Create a new Pull Request.\n\n### Contributors\n\n\u003c!-- Contributors' profile images --\u003e\n[\u003cimg src=\"https://github.com/baradatipu.png\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ebaradatipu\u003c/b\u003e\u003c/sub\u003e](https://github.com/baradatipu)\u003cbr /\u003e\n\n## Technical Skills Required\n\nTo contribute or work with this project, you should be familiar with:\n\n- WordPress development\n- RESTful API concepts\n- PHP programming language\n- JSON data format\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n---\n\n**Note:** This project is still under development. Feedback, bug reports, and feature requests are highly appreciated. Thank you for your interest and support!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaradatipu%2Frest-api-plugin-for-wordpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaradatipu%2Frest-api-plugin-for-wordpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaradatipu%2Frest-api-plugin-for-wordpress/lists"}