{
  "apis" : [ {
    "name" : "Shop API Showcase",
    "description" : "API for REST exploration, test and demonstration. Feel free to manipulate the resources using the POST, PUT and DELETE methods. This API acts as a showcase for REST API design.",
    "url" : "/shop/v2/"
  }, {
    "name" : "DLP API",
    "description" : "Data Loss Prevention API that can be queried with fieldnames.",
    "url" : "/dlp/fields/{field-name}"
  }, {
    "name" : "RESTNames",
    "description" : "Information about firstnames in different countries.",
    "url" : "/names/{firstname}"
  } ]
}