<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: API endpoint pricing question in ArcGIS Location Platform Developers Ques.</title>
    <link>https://community.esri.com/t5/arcgis-location-platform-developers-ques/api-endpoint-pricing-question/m-p/1501396#M99</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/811706"&gt;@abjork&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) The geocode server "suggest" endpoint (/arcgis/rest/services/World/GeocodeServer/suggest) has no associated transaction cost and does not track usage. It does require authentication.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2) The geocode server "findAddressCandidates" endpoint (/arcgis/rest/services/World/GeocodeServer/findAddressCandidates) - this has transaction cost as described on &lt;A href="https://location.arcgis.com/pricing/#geocoding" target="_blank"&gt;https://location.arcgis.com/pricing/#geocoding&lt;/A&gt; and &lt;A href="https://developers.arcgis.com/documentation/mapping-and-location-services/geocoding/geocode-addresses/" target="_blank"&gt;https://developers.arcgis.com/documentation/mapping-and-location-services/geocoding/geocode-addresses/&lt;/A&gt; there are different costs for storing the results (stored) vs. rendering them on a map (not-stored). This service does require authentication.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;3) The featureserver "query" endpoint (/arcgis/rest/services/WI_Cities_Towns_and_Villages_Fall_2018/FeatureServer/0/query) - this is described here &lt;A href="https://developers.arcgis.com/documentation/portal-and-data-services/data-services/how-to-work-with-data-services/" target="_blank"&gt;https://developers.arcgis.com/documentation/portal-and-data-services/data-services/how-to-work-with-data-services/&lt;/A&gt; and there are storage and bandwidth costs described on the pricing page &lt;A href="https://location.arcgis.com/pricing/#data-hosting" target="_blank"&gt;https://location.arcgis.com/pricing/#data-hosting&lt;/A&gt; you must provide authentication when accessing the service.&lt;/P&gt;&lt;P&gt;You do not need a technical support plan to have these questions answered, I am not sure why they said that, but you can call Esri Sales and someone will help answer these types of questions, or you can ask them here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jul 2024 23:49:12 GMT</pubDate>
    <dc:creator>John-Foster</dc:creator>
    <dc:date>2024-07-03T23:49:12Z</dc:date>
    <item>
      <title>API endpoint pricing question</title>
      <link>https://community.esri.com/t5/arcgis-location-platform-developers-ques/api-endpoint-pricing-question/m-p/1501080#M98</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;We're hoping to build an app to query ArcGis APIs for county codes for a given address in Wisconsin. To accomplish this, we'd have to hit three different API endpoints:&lt;BR /&gt;&lt;BR /&gt;1) The geocode server "suggest" endpoint (/arcgis/rest/services/World/GeocodeServer/suggest)&lt;BR /&gt;2) The geocode server "findAddressCandidates" endpoint (/arcgis/rest/services/World/GeocodeServer/findAddressCandidates)&lt;BR /&gt;3) The featureserver "query" endpoint &amp;nbsp;(/arcgis/rest/services/WI_Cities_Towns_and_Villages_Fall_2018/FeatureServer/0/query)&lt;BR /&gt;&lt;BR /&gt;However, we can only find pricing info for the "findAddressCandidates" endpoint on the&amp;nbsp;&lt;A href="https://location.arcgis.com/pricing/" target="_blank"&gt;https://location.arcgis.com/pricing/&lt;/A&gt;&amp;nbsp;page. When contacting Esri about the pay-as-you-go pricing for the other two endpoints, they suggested us getting the technical support package for USD2500.&lt;BR /&gt;&lt;BR /&gt;Does anyone know the pricing for the "suggest" and "query" endpoints above? Paying USD2500 just to get answers to a billing question seems a bit steep.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 15:53:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-location-platform-developers-ques/api-endpoint-pricing-question/m-p/1501080#M98</guid>
      <dc:creator>abjork</dc:creator>
      <dc:date>2024-07-03T15:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: API endpoint pricing question</title>
      <link>https://community.esri.com/t5/arcgis-location-platform-developers-ques/api-endpoint-pricing-question/m-p/1501396#M99</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/811706"&gt;@abjork&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) The geocode server "suggest" endpoint (/arcgis/rest/services/World/GeocodeServer/suggest) has no associated transaction cost and does not track usage. It does require authentication.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2) The geocode server "findAddressCandidates" endpoint (/arcgis/rest/services/World/GeocodeServer/findAddressCandidates) - this has transaction cost as described on &lt;A href="https://location.arcgis.com/pricing/#geocoding" target="_blank"&gt;https://location.arcgis.com/pricing/#geocoding&lt;/A&gt; and &lt;A href="https://developers.arcgis.com/documentation/mapping-and-location-services/geocoding/geocode-addresses/" target="_blank"&gt;https://developers.arcgis.com/documentation/mapping-and-location-services/geocoding/geocode-addresses/&lt;/A&gt; there are different costs for storing the results (stored) vs. rendering them on a map (not-stored). This service does require authentication.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;3) The featureserver "query" endpoint (/arcgis/rest/services/WI_Cities_Towns_and_Villages_Fall_2018/FeatureServer/0/query) - this is described here &lt;A href="https://developers.arcgis.com/documentation/portal-and-data-services/data-services/how-to-work-with-data-services/" target="_blank"&gt;https://developers.arcgis.com/documentation/portal-and-data-services/data-services/how-to-work-with-data-services/&lt;/A&gt; and there are storage and bandwidth costs described on the pricing page &lt;A href="https://location.arcgis.com/pricing/#data-hosting" target="_blank"&gt;https://location.arcgis.com/pricing/#data-hosting&lt;/A&gt; you must provide authentication when accessing the service.&lt;/P&gt;&lt;P&gt;You do not need a technical support plan to have these questions answered, I am not sure why they said that, but you can call Esri Sales and someone will help answer these types of questions, or you can ask them here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 23:49:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-location-platform-developers-ques/api-endpoint-pricing-question/m-p/1501396#M99</guid>
      <dc:creator>John-Foster</dc:creator>
      <dc:date>2024-07-03T23:49:12Z</dc:date>
    </item>
  </channel>
</rss>

