This is the basic entry point for the Intrinsecus REST API
GET /api/
HTTP 200 OK
Content-Type: application/json
Vary: Accept
Allow: GET, HEAD, OPTIONS

{
    "versions": [
        {
            "url": "http://api.estadisticas.gobierno.pr/api/v1/", 
            "name": "Version 1", 
            "number": 1
        }
    ]
}