API Endpoint List

Explore All The Available Endpoint for blogs API

Get all Blogs data From Firestore Return JSON data as a response. Visit This API

Get specific Blog data based on the search by title of the blog. Return JSON data as a response.

Get specific Blog data based on blog id. Return JSON data as a response.

Create Blog data content. There are specific body request needed in this endpoint:
{ "title":"the title of the blog", "description": "the content of description blog", "image" :"the image url of the blog", "image_alt": "image alt of the blog" }
Return JSON data as a response, This is an example of the response:
{ "blog_id_created": 3, "message": "Successfully created a document" } .

Render Create View Template to create new blog via backend interface. Return HTML Content. Visit This API

Delete Blog Data based on its id Return JSON data as a response.