API Documentation

This is my research into API plans, as part of API Evangelist industry monitoring.

Blog API( JSON)

Blog
Get Blog Posts http://plans.apievangelist.com/apis/blogs/ GET
Blog
  • title (string) - The title of the blog post.
  • date (string) - The date for the blog post.
  • content (string) - The content of the blog post.
  • url (string) - The URL for the blog post.
  • image (string) - An image for the blog post

News API( JSON)

Curated
Get News http://plans.apievangelist.com/apis/news/ GET
News
  • curated_id (string) - The uniqud id for the curated item.
  • item_date (string) - The data the item was curated.
  • title (string) - The title for the curated item.
  • url (string) - A URL for the curated item.
  • domain (string) - The domain for the curated item.
  • image (string) - An image or screenshot for the curated item.

Building Blocks API( JSON)

Building Blocks
Get Building Blocks http://plans.apievangelist.com/apis/building-blocks/ GET
Building_block
  • building_block_id (string) - The id for the building block.
  • type (string) - The type of building block.
  • category (string) - The building block category.
  • name (string) - The name of the building block.
  • description (string) - A descripton for the building block.
  • logo (string) - An logo for the building block.
  • tags (string) - The tags for the building block.