|
Overview for Developers
As a web developer, you can tap into the millions of points of data, maps, metadata, and more for you own websites or mobile applications. Use our embedded map service for your own sites, or grab the data in standard formats (KML, RSS, GeoRSS, CSV, XOMGL) and create your own applications.
Embedding Interactive Maps
Choose any of our maps, and select options like size, filters, and starting location. Then get a few lines of HTML to cut and paste into your own website or blog. Instant interactive map!
There are 2 levels of usage. Map views are limited by website domain:
- Free Map - Open a free account, choose your maps, get the code, and embed it on your live or testing sites. 500 views per day.
- Paid Map - Contact us for pricing for heavy usage. Unlimited calls per day. Cost is based on actual usage.
Using the API
As a developer, you can use all of our data on your own site with our free API. It's so powerful, we actually used it to build all the maps on this site and others! Start using our API immediately.
There are 3 levels of usage. Calls are limited by a combination of website domain, user account, and IP address:
- No API Key - Read our documentation and start making calls to our data. 200 calls per day max.
- Free API Key - Sign up for an API key for use on your site. 1,000 calls per day max.
- Paid API Key - Contact us for pricing for heavy usage. Unlimited calls per day. Cost is based on actual usage.
API Documentation
The API calls for Your Mapper are outlined in detail in our Developer API Documentation page.
API Key
Using your unique API Key lets you make more request per day. Sign up for an API key now.
Permalinks
The site allows direct, permanent links to particular searches, maps, and markers. These can be seen when using the site, and are returned in the some API calls.
- Map Browser - The multiple map browser is located at www.yourmapper.com/map.php, or you can see all the available maps in a list. You can also pass query string parameters to the map browser to change the search options and viewpoint. Grab this automatically with the
icon below the map. (Example Link)
- Specific Map - Each map has its own page, located at www.yourmapper.com/map/map-id/map-name/map-description.htm (Example Link). The map's permalink can be accessed through our API calls. You can also pass query string parameters to the maps to change the search options and viewpoint. Grab this automatically with the
icon below the map.
- Specific Marker - Each marker has its own page, located at www.yourmapper.com/details/map-id/marker-id/marker-name.htm (Example Link). The marker's permalink can also be accessed through our API calls. Grab this automatically with the
icon inside any of the marker popups.
Data Feeds
There are a number of data feeds available for use in other websites and applications, including KML, GeoRSS, RSS, XOMGL, CSV, JSON, and HTML.
- Map Feeds - Each map has KML, GeoRSS, and XOMGL feeds for any specific search. Use the toolbar icons
at the bottom of a map to grab these dynamic data feeds for your own use. Or specifiy more formats like CSV, JSON, and HTML in the API.
- Comment Feeds - Each map and each marker has an RSS (and an HTML) datafeed for their comments. Look for the
icons on the map and marker pages. These let you track any new comments made by other users. Or you can track all comments made on the site with Site-wide Comments RSS or Site-wide Comments HTML.
|