Introduction

We are listing the available API endpoints for habitate.io. These can be used to build additional feature and create linked services around your community.

In case you need more help you can get in touch with the team, developer-support at habitate.io

View a tag

Endpoint

GET /api/v1/tags/{tag_id}

Url path variables

Possible values Comments  
tag_id The tag_id to be viewed.  

Response parameters

{
  "tag_id": 18,
  "name": "administrator",
  "display_name": "Administrator",
  "description": "Chips",
  "image": "http://placeimg.com/640/480/food",
  "og_image": "http://placeimg.com/640/480/food",
  "og_title": "Chief Usability Director",
  "og_description": "bottom-line",
  "back_color": "#ffffff",
  "text_color": "#330000"
}

Understanding display_name and name values

The display_name tries to be similar to what the user has specified, on the other hand name will try parse the display_name into a hashtag for better search and familiarity. It is always stored in lowercase.