api.pinmaps.netPinmaps.net Developers API and Documentation

api.pinmaps.net Profile

api.pinmaps.net

Maindomain:pinmaps.net

Title:Pinmaps.net Developers API and Documentation

Description:Integrate your software with Pinmaps.net mapping service to offer your clients better functionality

Keywords:pinmaps api, pinmaps, pin maps, interactive maps...

Discover api.pinmaps.net website stats, rating, details and status online.Use our online tools to find owner and admin contact info. Find out where is server located.Read and write reviews or vote to improve it ranking. Check alliedvsaxis duplicates with related css, domain relations, most used words, social networks references. Go to regular site

api.pinmaps.net Information

Website / Domain: api.pinmaps.net
HomePage size:50.55 KB
Page Load Time:0.935383 Seconds
Website IP Address: 216.250.117.143
Isp Server: 1&1 Internet Inc.

api.pinmaps.net Ip Information

Ip Country: United States
City Name: Chesterbrook
Latitude: 40.036571502686
Longitude: -75.380126953125

api.pinmaps.net Keywords accounting

Keyword Count
pinmaps api3
pinmaps23
pin maps0
interactive maps0

api.pinmaps.net Httpheader

Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/10.0
X-AspNetMvc-Version: 4.0
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
X-Powered-By-Plesk: PleskWin
Date: Sun, 07 Feb 2021 11:47:02 GMT
Content-Length: 45040

api.pinmaps.net Meta Info

charset="utf-8"/
content="width=device-width, initial-scale=1.0" name="viewport"/
content="Integrate your software with Pinmaps.net mapping service to offer your clients better functionality" name="description"/
content="pinmaps api, pinmaps, pin maps, interactive maps" name="keywords"/

216.250.117.143 Domains

Domain WebSite Title

api.pinmaps.net Similar Website

Domain WebSite Title
api.pinmaps.netPinmaps.net Developers API and Documentation
developer.salesforce.comSalesforce Developers | API Documentation, Developer Forums & More
developers.flipsnack.comAPI documentation - Flipsnack API
api.freshservice.comService Desk API for Developers | Freshservice
developer.wordnik.comThe Wordnik API: Dictionary Data For Developers
edndoc.esri.comDocumentation | ArcGIS for Developers
developer.mulesoft.comSimplify API Design, Implementation, Deployment, and Operation | MuleSoft Developers
api.chateagratis.netAPI documentation
developers.onelogin.comOneLogin Developers: APIs, Documentation & Tutorials
developers.trustpilot.comTrustpilot API Documentation
api.jqueryui.comjQuery UI API Documentation
apidoc.booker.comBooker API Documentation
api.420chan.org420chan API Documentation
help.sharpsnmp.com#SNMP API Documentation | #SNMP API Documentation
api.jquery.comjQuery API Documentation

api.pinmaps.net Traffic Sources Chart

api.pinmaps.net Alexa Rank History Chart

api.pinmaps.net aleax

api.pinmaps.net Html To Plain Text

-- Pinmaps API v1.0 Ext Urls ! Pinmaps Web Site ! Pinmaps Support ! Sample Maps Getting Started About What you need Map API Methods Introduction Get Map Get Maps Collection Create Map Update Map Delete Map Get Maps Count Map Points API Methods Introduction Get Map Point Get Map Points Collection Create Map Point Update Map Point Delete Map Point Get Map Points Count API Validation Validate Credentials Validate Developer Validate User API Response Codes Response Codes Code Samples C# Application Pinmaps.net API About Pinmaps.net is an online service that lets individuals easily search, save, share and quickly access their favorite locations on a map. Pinmaps.net allows you to create maps where you can add map points (push pins) to it. What makes this service stand out from other services is that you can save each map point with its own zoom level and map type . We suggest that you get familiar with the Pinmaps.net service and understand the concepts behing it before attempting to use the API. What you need In order to interact with the Pinmaps API you need to get a developer's API key and a user's API key . Every single call to the API requires four main credentials: DeveloperApiLogin, DeveloperApiKey, Username, and UserApiKey . Obtaining these four API Credentials is a three step process: You have to signup for the Pinmaps.net service You have to register as a Pinmaps.net Developer You need to obtain your user's API key Your Developer's API key will allow you to interact with your own pinmaps account as well as to make calls to the Pinmaps API on behalf of other users . If you want to make API calls on behalf of other users you need to ask them for their user's API key. Maps API Methods Introduction A map is a large area such as a city , a state , or a country that can hold many map points . You can create several maps with lots of map points to suit your needs. Important: your map is like a container for your map points (push pins) See Sample Maps GET v1/map This method returns a single map object by map ID . The result does not include the map points . Request URL http://api.pinmaps.net/v1/map?id={id}&apiLogin={apiLogin}&developerKey={developerKey}&userName={userName}&userKey={userKey} Parameters apiLogin required Developer's API login name developerKey required Developer's API Key userName required The username of the map owner userKey required The user's API key of the map owner id required The id of the map you want to retrieve Json Response {"MapID":2444, "MapName":"USA Airports", "Latitude":"38.06539235133249", "Longitude":"-96.10839844375", "ZoomLevel":"5", "MapType":"G_PHYSICAL_MAP", "MapOwner":"PinUser", "CreatedOn":"2013-03-15T14:20:52.993", "ModifiedOn":"2013-03-15T14:20:52.993", "IsShared":false, "MapLogo":"pinmaps_logo_trans.png", "RssUrl":"", "FitToBounds":true, "IconZomIn":true, "Overlays":"", "Icon":{"IconID":1, "IconName":"dot-red.png", "IconShadow":"msmarker_shadow.png", "IconWidth":"32", "IconHeight":"32", "ShadowWidth":"59", "ShadowHeight":"32"} } GET v1/maps This method returns a collection of maps objects by username . The list does not include the map points . Request URL http://api.pinmaps.net/v1/maps?apiLogin={apiLogin}&developerKey={developerKey}&userName={userName}&userKey={userKey} Parameters apiLogin required Developer's API login name developerKey required Developer's API Key userName required The username of the map owner userKey required The user's API key of the map owner Json Response [{"MapID":2457, "MapName":"USA Customers", "Latitude":"38.06539235133249", "Longitude":"-96.10839844375", "ZoomLevel":"5", "MapType":"G_NORMAL_MAP", "MapOwner":"PinUser", "CreatedOn":"2013-03-15T21:21:56.6", "ModifiedOn":"2013-03-15T21:21:56.6", "IsShared":false, "MapLogo":"pinmaps_logo_trans.png", "RssUrl":"", "FitToBounds":true, "IconZomIn":true, "Overlays":"", "Icon":{"IconID":1, "IconName":"dot-red.png", "IconShadow":"msmarker_shadow.png", "IconWidth":"32", "IconHeight":"32", "ShadowWidth":"59", "ShadowHeight":"32"} },{"MapID":2444, "MapName":"USA Airports", "Latitude":"38.06539235133249", "Longitude":"-96.10839844375", "ZoomLevel":"5", "MapType":"G_PHYSICAL_MAP", "MapOwner":"PinUser", "CreatedOn":"2013-03-15T14:20:52.993", "ModifiedOn":"2013-03-15T14:20:52.993", "IsShared":false,"MapLogo":"pinmaps_logo_trans.png", "RssUrl":"", "FitToBounds":true, "IconZomIn":true, "Overlays":"", "Icon":{"IconID":1, "IconName":"dot-red.png", "IconShadow":"msmarker_shadow.png", "IconWidth":"32", "IconHeight":"32", "ShadowWidth":"59", "ShadowHeight":"32"} }] POST v1/map/create This method creates a single map on the selected MapZone and returns the created map object Post format: json Resource URL http://api.pinmaps.net/v1/map/create.json Parameters DeveloperApiLogin required Developer's API login name DeveloperApiKey required Developer's API Key UserName required The username of the map owner UserApiKey required The user's API key of the map owner MapName required Name of the map MapType optional The types of maps you can display. Use only any of these values: ROADMAP, SATELLITE, HYBRID, TERRAIN If not value or wrong value is supplied a ROADMAP will be used. Map Types Definitions : ROADMAP : displays the default road map view SATELLITE : displays Google Earth satellite images HYBRID : displays a mixture of normal and satellite views TERRAIN : displays a physical map based on terrain information. Json Response {"MapID":2463, "MapName":"USA Airports", "Latitude":"38.06539235133249", "Longitude":"-96.10839844375", "ZoomLevel":"5", "MapType":"G_NORMAL_MAP", "MapOwner":"PinUser", "CreatedOn":"2013-03-26T15:46:31.453", "ModifiedOn":null, "IsShared":false, "MapLogo":"pinmaps_logo_trans.png", "RssUrl":"", "FitToBounds":true, "IconZomIn":true, "Overlays":"", "Icon":{"IconID":1, "IconName":"dot-red.png", "IconShadow":"msmarker_shadow.png", "IconWidth":"32", "IconHeight":"32", "ShadowWidth":"59", "ShadowHeight":"32"} } PUT v1/map/update This method updates a single map and returns the updated map object Put format: json Resource URL http://api.pinmaps.net/v1/map/update.json Parameters DeveloperApiLogin required Developer's API login name DeveloperApiKey required Developer's API Key UserName required The username of the map owner UserApiKey required The user's API key of the map owner MapID required The id of the map you want to update MapName required Name of the map (current or new) MapType optional The types of maps you can display. Use only any of these values: ROADMAP, SATELLITE, HYBRID, TERRAIN If not value or wrong value is supplied a ROADMAP will be used. Json Response { "MapID":2444, "MapName":"USA Airports", "Latitude":"38.06539235133249", "Longitude":"-96.10839844375", "ZoomLevel":"5", "MapType":"G_PHYSICAL_MAP", "MapOwner":"PinUser", "CreatedOn":"2013-03-15T14:20:52.993", "ModifiedOn":"2013-03-17T21:12:23.035", "IsShared":false, "MapLogo":"pinmaps_logo_trans.png", "RssUrl":"", "FitToBounds":true, "IconZomIn":true, "Overlays":"", "Icon":{ "IconID":1, "IconName":"dot-red.png", "IconShadow":"msmarker_shadow.png", "IconWidth":"32", "IconHeight":"32", "ShadowWidth":"59", "ShadowHeight":"32" } } DELETE v1/map/destroy This method deletes a single map object by map ID Delete format: json Resource URL http://api.pinmaps.net/v1/map/destroy.json Parameters DeveloperApiLogin required Developer's API login name DeveloperApiKey required Developer's API Key UserName required The username of the map owner UserApiKey required The user's API key of the map owner MapID required The id of the map you want to remove Json Response {"MapID":2463,"UserName":"PinUser","PinsCount":14} GET v1/maps/count This method returns the total maps count by username . Request URL http://api.pinmaps.net/v1/maps/count?apiLogin={apiLogin}&developerKey={developerKey}&userName={userName}&userKey={userKey} Parameters apilogin required Developer's API login name developer key required Developer's API Key username required The username of the map owner ...

api.pinmaps.net Whois

"domain_name": [ "PINMAPS.NET", "pinmaps.net" ], "registrar": "1&1 IONOS SE", "whois_server": "whois.ionos.com", "referral_url": null, "updated_date": [ "2019-06-08 07:42:30", "2017-12-24 19:12:26" ], "creation_date": "2007-06-07 21:10:11", "expiration_date": "2020-06-07 21:10:11", "name_servers": [ "NS1095.UI-DNS.COM", "NS1098.UI-DNS.BIZ", "NS1104.UI-DNS.DE", "NS1120.UI-DNS.ORG" ], "status": [ "clientTransferProhibited https://icann.org/epp#clientTransferProhibited", "clientTransferProhibited https://www.icann.org/epp#clientTransferProhibited" ], "emails": [ "abuse@ionos.com", "dataprivacyprotected@1und1.de" ], "dnssec": [ "unsigned", "Unsigned" ], "name": "REDACTED FOR PRIVACY", "org": "1&1 Internet Inc", "address": "REDACTED FOR PRIVACY", "city": "REDACTED FOR PRIVACY", "state": "PA", "zipcode": "REDACTED FOR PRIVACY", "country": "US"