• Entertainment
  • Gas Stations
  • Banking and Finance
  • Shopping and Recreation
  • Government Institutions
THE JAMNAV API

The JAMNAV API will provide very accurate geospatial data that augments the Google Maps platform. The JAMNAV API is Updated frequently by a team of geospatial experts operating out of Jamaica.

GPS Level Accurate Geospatial Data
Frequent On-the-ground Daily Updates
Experts Specializing in Global Geospatial Data.
DEVELOPMENT
Server Side (Python)

import requests
url = "https://api.jamnav.com/v1/settlments"
headers = {'Authorization': "Bearer "}
params = {'parish': , 'name': }
r = requests.get(url, params=params, headers=headers)

						
Client Side (JQuery)

$.ajax({
    type: 'GET',
    dataType: 'json',
    url: "https://api.jamnav.com/v1/settlments",
    headers: {"Authorization": "Bearer "}
});

						
Mobile (Android-Java)

# Make Request
url = "https://api.jamnav.com/v1/settlements/"
DefaultHttpClient httpClient = new DefaultHttpClient();
HttpPost httpPost = new HttpGet(url);
httpPost.setEntity(new UrlEncodedFormEntity(params));
httpPost.setHeader("Authorization","Token " + token);
httpResponse = httpClient.execute(httpPost);

# Parse Response
httpEntity = httpResponse.getEntity();
stream = httpEntity.getContent();

						
PAYMENTS

An initial license fee is required in order to access the API. This fee is collected either monthly or yearly. Once the license fee has been successfully collected, a user is then authorized to access the API. API access is charged on a per request per tier basis. All charges incurred will be reflected on a monthly bill.

Monthly
USD$ 17.00
Yearly
USD$200.00
DATA TIERS
Free Data Tier
All POIs for Black River, St. Elizabeth will be free for commercial use.
Tier1 Cost per data request USD$ 0.12
  • Airport
  • Arena
  • Department Store
  • Beach
  • Car Wash
Tier2 Cost per data request USD$ 0.15
  • Attraction
  • Auto Rental
  • Auto Repair
  • Bar
  • Clothing Retail
Tier3 Cost per data request USD$ 0.20
  • Bank
  • Road Segments
  • Grocery Store
  • ATM
  • Church