{"id":1498822,"date":"2022-03-07T20:58:10","date_gmt":"2022-03-08T04:58:10","guid":{"rendered":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=1498822"},"modified":"2026-02-24T17:01:50","modified_gmt":"2026-02-25T01:01:50","slug":"create-infographics-directly-from-the-rest-api","status":"publish","type":"blog","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-rest\/developers\/create-infographics-directly-from-the-rest-api","title":{"rendered":"Create Infographics with the ArcGIS GeoEnrichment Service"},"author":5811,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"_searchwp_excluded":""},"categories":[738191],"tags":[30101,26791,33021,104222],"industry":[],"product":[761642,36861],"class_list":["post-1498822","blog","type-blog","status-publish","format-standard","hentry","category-developers","tag-geoenrichment","tag-infographic","tag-infographics","tag-rest-api","product-platform","product-api-rest"],"acf":{"short_description":"A walk-through on how to create an infographic directly from the REST API of the ArcGIS GeoEnrichment service. ","flexible_content":[{"acf_fc_layout":"content","content":"<p>Infographics help visualize key demographic characteristics for areas of interest with interactive charts, tables, maps, and images. Additionally, infographics can help you answer location-based questions using a data driven approach while showcasing your findings with stunning visualizations.<\/p>\n<p>ArcGIS Business Analyst apps such as <a href=\"https:\/\/pro.arcgis.com\/en\/pro-app\/latest\/help\/analysis\/business-analyst\/what-is-business-analyst-pro.htm\">Pro<\/a> or <a href=\"https:\/\/doc.arcgis.com\/en\/business-analyst\/web\/welcome.htm\">Web<\/a> allow you to run several ready-to-use infographics. However, this blog focuses on the REST API of the <a href=\"https:\/\/developers.arcgis.com\/rest\/geoenrichment\/\">GeoEnrichment Service.<\/a> For example, walk you through how to choose an infographic, define your area of interest and create one with a request directly to the server.<\/p>\n"},{"acf_fc_layout":"image","image":{"ID":1499012,"id":1499012,"title":"Demographic Summary 2","filename":"Demographic-Summary-2.png","filesize":82488,"url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/Demographic-Summary-2.png","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-rest\/developers\/create-infographics-directly-from-the-rest-api\/demographic-summary-2","alt":"Infographic","author":"5811","description":"Demographic Summary Infographic","caption":"Demographic Summary Infographic","name":"demographic-summary-2","status":"inherit","uploaded_to":1498822,"date":"2022-03-04 23:18:11","modified":"2022-03-04 23:18:46","menu_order":0,"mime_type":"image\/png","type":"image","subtype":"png","icon":"https:\/\/www.esri.com\/arcgis-blog\/wp-includes\/images\/media\/default.png","width":1522,"height":800,"sizes":{"thumbnail":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/Demographic-Summary-2-213x200.png","thumbnail-width":213,"thumbnail-height":200,"medium":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/Demographic-Summary-2.png","medium-width":464,"medium-height":244,"medium_large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/Demographic-Summary-2.png","medium_large-width":768,"medium_large-height":404,"large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/Demographic-Summary-2.png","large-width":1522,"large-height":800,"1536x1536":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/Demographic-Summary-2.png","1536x1536-width":1522,"1536x1536-height":800,"2048x2048":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/Demographic-Summary-2.png","2048x2048-width":1522,"2048x2048-height":800,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/Demographic-Summary-2-826x434.png","card_image-width":826,"card_image-height":434,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/Demographic-Summary-2.png","wide_image-width":1522,"wide_image-height":800}},"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<h3><strong>Where can I find a list of available infographics?<\/strong><\/h3>\n<p>To find a list of the standard infographics for a specific country or region, use the infographics discovery method. For instance, here is an example of how to find the infographics for the U.S.<\/p>\n<p><b>URL Request\u00a0<\/b><\/p>\n<p><b>1. <\/b>First, return a list of the standard infographics for the current year of Esri&#8217;s US 2025 data.<br \/>\n<a href=\"https:\/\/geoenrich.arcgis.com\/arcgis\/rest\/services\/World\/geoenrichmentserver\/Geoenrichment\/Infographics\/Standard\/US\/Esri2025?f=json\">https:\/\/geoenrich.arcgis.com\/arcgis\/rest\/services\/World\/geoenrichmentserver\/Geoenrichment\/Infographics\/Standard\/US\/esri2025?f=json<\/a><\/p>\n<p><b>2. <\/b>Alternatively, return a list of the standard infographics for the previous year of Esri&#8217;s US 2024 data.<br \/>\n<a href=\"https:\/\/geoenrich.arcgis.com\/arcgis\/rest\/services\/World\/geoenrichmentserver\/Geoenrichment\/Infographics\/Standard\/US\/census?f=json\">https:\/\/geoenrich.arcgis.com\/arcgis\/rest\/services\/World\/geoenrichmentserver\/Geoenrichment\/Infographics\/Standard\/US\/esri2024?f=json<\/a><\/p>\n<p>The above requests will return JSON arrays of infographics and their associated IDs referred to as report IDs for the US. In addition, to find the infographics for a different country or region, simply replace US in the URL request with a different 2-digit code. A list of 2-digit codes can be found on the <a href=\"https:\/\/developers.arcgis.com\/rest\/geoenrichment\/service-data\/\">GeoEnrichment coverage<\/a> page.<\/p>\n<p><strong>Report IDs<\/strong><\/p>\n<p>The report ID is what you&#8217;ll pass to the GeoEnrichment service to specify which infographic to return. For example, here\u2019s a list of all the standard infographic report IDs for the U.S. gleaned from the URL request above for the current year of Esri&#8217;s 2025 data. Click on each link below to see a sample image.<\/p>\n<ul data-editing-info=\"{&quot;applyListStyleFromLevel&quot;:true}\">\n<li>\n<div role=\"presentation\" data-olk-copy-source=\"MailCompose\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/651462df5fbb469d837801f5116af27e\/resources\/thumbnail.png\">2020-census-summary<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/651462df5fbb469d837801f5116af27e\/resources\/thumbnail.png\">at-risk-population<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/5a7c020efb814a048b72a85d38477213\/resources\/thumbnail.png\">business-key-facts<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/5a7c020efb814a048b72a85d38477213\/resources\/thumbnail.png\">childhood-and-female-equity<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/c46b8d82cad14415a35de1abd92cbfda\/resources\/thumbnail.png\">community-change-snapshot<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/ef611cf32d87462ab03f430f5bea6014\/resources\/thumbnail.png\">community-summary<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/4d9e412851fe4b499b71e0baaa0526e3\/resources\/thumbnail.png\">commute-profile<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/82ed76270f5947e39b85aa45405b59a3\/resources\/thumbnail.png\">demographic-profile<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/2dc701dbdfbe46f59f414736211d2e0e\/resources\/thumbnail.png\">demographic-summary<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/5928c3056cf04edf993252ad64f29321\/resources\/thumbnail.png\">dominant-tapestry-profile<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/11fc8af5ea6a4fd19dbd4b8a27966e4c\/resources\/thumbnail.png\">eating-places<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/434f645408f84aeead5a2f9b55f40d7f\/resources\/thumbnail.png\">economic-development-profile<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/bdcbe3de5a844fc3abb1728d946bca7d\/resources\/thumbnail.png\">emergency-information<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/cc2dc5502eab4ed78c90b9861d30cd23\/resources\/thumbnail.png\">employment-overview<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/00c9c2ad626e4253a4785c16c88a7774\/resources\/thumbnail.png\">executive-summary-call-outs<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/78666a2dbd624b5ca0e20e7dfb5929dd\/resources\/thumbnail.png\">health-care-and-insurance<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/380f1d7c1cd3427cb78b36ba6d054c89\/resources\/thumbnail.png\">housing-market-characteristics<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/79c26b5588fb4f7c97561593d46118c9\/resources\/thumbnail.png\">k12-education-overview<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/66b43af9ffda497fb5eb85c609fae131\/resources\/thumbnail.png\">key-facts<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/17778eb411aa428f8a291bb9bfd8da75\/resources\/thumbnail.png\">multi-area-comparison<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/b21403f2e06a40fba924b17d998b814d\/resources\/thumbnail.png\">nonprofit-charitable-profile<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/56045570e38a49ed8e776c17b656c90d\/resources\/thumbnail.png\">office-market-profile<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/0a55e9c4f54341d8aac77b9801cc4680\/resources\/thumbnail.png\">population-trends<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/c769a0f505234a04abff33ea1b4f3771\/resources\/thumbnail.png\">property-details<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/c92df4972de04d6d833a7b9da188463c\/resources\/thumbnail.png\">retail-demand-by-industry-tabular<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/e72381d26b6c4e4fb56cdcb109e9a20f\/resources\/thumbnail.png\">shopping-and-spending<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/1e04070ccad647cabc71bb7c0e0892f9\/resources\/thumbnail.png\">skyscraper<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/d21e0c98018d43d18151646be74a62a9\/resources\/thumbnail.png\">tapestry-profile<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/6ec3fdd09e8c48b3b96dadec3cdb472b\/resources\/thumbnail.png\">target-market-summary<\/a><\/div>\n<\/li>\n<li>\n<div role=\"presentation\"><a href=\"https:\/\/www.arcgis.com\/sharing\/rest\/content\/items\/c58b15ff0515403b964bb79d9dcb12e5\/resources\/thumbnail.png\">whats-in-my-community<\/a><\/div>\n<\/li>\n<\/ul>\n<h3><strong>How do I run an infographic directly from the GeoEnrichment REST API?<\/strong><\/h3>\n<p>Now that we\u2019ve discovered the available infographics and have picked one to run, let\u2019s send a request to the GeoEnrichment service using the Create Report operation. This operation downloads an infographic to your device as either a PDF, dynamic HTML or Excel file.<\/p>\n<h3><strong>Key parameters<\/strong><\/h3>\n<h5><strong>f<\/strong><\/h5>\n<p>The format in which the file information is transferred. The only supported value is <code>bin<\/code> for binary.<\/p>\n<h5><strong>token<\/strong><\/h5>\n<p>The\u00a0access token\u00a0used to access service operations. The value can be an\u00a0API Key\u00a0or OAuth 2.0 token. For more information on creating API keys, click <a href=\"https:\/\/developers.arcgis.com\/dashboard\/\">here. <\/a><\/p>\n<h5><strong>format<\/strong><\/h5>\n<p>The type of file to be returned. Supported values are <code>pdf<\/code>,\u00a0 <code>html<\/code> or <code>xml<\/code>. Dynamic html output can be embedded in a website and has interactive panels which provide additional information.<\/p>\n<h5><strong>report<\/strong><\/h5>\n<p>The ID of the infographic to run.<\/p>\n<ul>\n<li><code>demographic-summary<\/code><\/li>\n<li><code>key-facts<\/code><\/li>\n<\/ul>\n<h5><strong>studyAreas<\/strong><\/h5>\n<p>An array of input xy or address locations, polygons or administrative boundaries. For point locations, the default area is a 1-mile buffer.<\/p>\n<ul>\n<li><code>[{\"geometry\":{\"x\": -122.435, \"y\": 37.785}}]<\/code><\/li>\n<li><code>[{\"address\":{\"text\":\"380 New York St. Redlands, CA 92373\"}}]<\/code><\/li>\n<li><code>[{\"sourceCountry\":\"US\",\"layer\":\"US.ZIP5\",\"ids\":[\"92373\"]}]<\/code><\/li>\n<\/ul>\n<h5><strong>studyAreasOptions<\/strong><\/h5>\n<p>An array of values to control how input points are buffered. Supported area types include ring buffers and network service areas such as drive times and walk times (routing services must be enabled on the API key for service areas). Multiple buffer radii can be requested. The unit of measurement requested can be miles or kilometers and in the case of service areas, minutes and hours are also supported.<\/p>\n<ul>\n<li><code>{\"areaType\":\"RingBuffer\",\"bufferUnits\":\"Miles\",\"bufferRadii\":[1,3,5]}<\/code><\/li>\n<li><code>{'areaType': 'NetworkServiceArea', 'bufferUnits': 'Minutes', 'bufferRadii': [5,10,15],'travel_mode': 'Driving'}<\/code><\/li>\n<\/ul>\n"},{"acf_fc_layout":"content","content":"<h3><strong>URL Request<\/strong><\/h3>\n<p>https:\/\/geoenrich.arcgis.com\/arcgis\/rest\/services\/World\/geoenrichmentserver\/Geoenrichment\/createreport?<\/p>\n<ul>\n<li><code>studyAreas=[{'geometry':{'x': -117.1956, 'y': 34.0572}}]<\/code><\/li>\n<li><code>format=PDF<\/code><\/li>\n<li><code>report=community-change-snapshot<\/code><\/li>\n<li><code>f=bin<\/code><\/li>\n<li><code>token=&lt;ACCESS_TOKEN&gt;<\/code><\/li>\n<\/ul>\n<h3><\/h3>\n<h3><strong>Output PDF<\/strong><\/h3>\n"},{"acf_fc_layout":"image","image":{"ID":2957521,"id":2957521,"title":"community-change-snapshot","filename":"community-change-snapshot-2.png","filesize":368258,"url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/community-change-snapshot-2.png","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-rest\/developers\/create-infographics-directly-from-the-rest-api\/community-change-snapshot-4","alt":"","author":"5811","description":"","caption":"Community Change Snapshot infographic","name":"community-change-snapshot-4","status":"inherit","uploaded_to":1498822,"date":"2026-02-24 00:47:34","modified":"2026-02-24 00:47:56","menu_order":0,"mime_type":"image\/png","type":"image","subtype":"png","icon":"https:\/\/www.esri.com\/arcgis-blog\/wp-includes\/images\/media\/default.png","width":1480,"height":909,"sizes":{"thumbnail":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/community-change-snapshot-2-213x200.png","thumbnail-width":213,"thumbnail-height":200,"medium":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/community-change-snapshot-2.png","medium-width":425,"medium-height":261,"medium_large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/community-change-snapshot-2.png","medium_large-width":768,"medium_large-height":472,"large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/community-change-snapshot-2.png","large-width":1480,"large-height":909,"1536x1536":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/community-change-snapshot-2.png","1536x1536-width":1480,"1536x1536-height":909,"2048x2048":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/community-change-snapshot-2.png","2048x2048-width":1480,"2048x2048-height":909,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/community-change-snapshot-2-757x465.png","card_image-width":757,"card_image-height":465,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2022\/03\/community-change-snapshot-2.png","wide_image-width":1480,"wide_image-height":909}},"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<h3><strong>How do I build my own custom infographics and use my own data?<\/strong><\/h3>\n<p>In addition, you can build your own custom infographics with well-defined workflows in <a href=\"https:\/\/www.esri.com\/en-us\/arcgis\/products\/arcgis-business-analyst\/overview\">ArcGIS Business Analyst.<\/a> For example, the <a href=\"https:\/\/doc.arcgis.com\/en\/business-analyst\/web\/custom-data-setup.htm\">custom data setup<\/a> and <a href=\"https:\/\/doc.arcgis.com\/en\/business-analyst\/web\/building-infographic-reports.htm\">build infographics<\/a> workflows in the BA web application are designed specifically for this. After that, when you have a custom report template built in Business Analyst, it will exist as an item in your organization&#8217;s content. For example, the item ID of the custom report can be passed in the <code>report<\/code> parameter as shown in the example below.<\/p>\n<ul>\n<li><code>studyAreas=[{'geometry':{'x': -117.1956, 'y': 34.0572}}]<\/code><\/li>\n<li><code>format=PDF<\/code><\/li>\n<li><code>report={\"token\":\"&lt;ACCESS_TOKEN&gt;\",\"url\":\"https:\/\/www.arcgis.com\",\"itemid\":\"&lt;itemid&gt;\"}<\/code><\/li>\n<li><code>f=bin<\/code><\/li>\n<li><code>token=&lt;ACCESS_TOKEN&gt;<\/code><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n"}],"authors":[{"ID":5811,"user_firstname":"Daniel","user_lastname":"Stauning","nickname":"Daniel Stauning","user_nicename":"dstauning","display_name":"Daniel Stauning","user_email":"DStauning@esri.com","user_url":"","user_registered":"2018-03-02 00:17:38","user_description":"","user_avatar":"<img alt='' src='https:\/\/secure.gravatar.com\/avatar\/e0b71038470186011b64ab04434043bbd0cf16493c18752f821e165db3e97dbf?s=96&#038;d=blank&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/e0b71038470186011b64ab04434043bbd0cf16493c18752f821e165db3e97dbf?s=192&#038;d=blank&#038;r=g 2x' class='avatar avatar-96 photo' height='96' width='96' loading='lazy' decoding='async'\/>"}],"related_articles":"","card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/11\/Frame-3-1.png","wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2019\/12\/ba-key-facts-new-infographic.png","show_article_image":false},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v25.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Create Infographics with the ArcGIS GeoEnrichment Service<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/api-rest\/developers\/create-infographics-directly-from-the-rest-api\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create Infographics with the ArcGIS GeoEnrichment Service\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/arcgis-blog\/products\/api-rest\/developers\/create-infographics-directly-from-the-rest-api\" \/>\n<meta property=\"og:site_name\" content=\"ArcGIS Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esrigis\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-25T01:01:50+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ESRI\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/api-rest\/developers\/create-infographics-directly-from-the-rest-api#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/api-rest\/developers\/create-infographics-directly-from-the-rest-api\"},\"author\":{\"name\":\"Daniel Stauning\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/3499f40e81241a62d2731b2af927c074\"},\"headline\":\"Create Infographics with the ArcGIS GeoEnrichment Service\",\"datePublished\":\"2022-03-08T04:58:10+00:00\",\"dateModified\":\"2026-02-25T01:01:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/api-rest\/developers\/create-infographics-directly-from-the-rest-api\"},\"wordCount\":7,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"keywords\":[\"Geoenrichment\",\"infographic\",\"infographics\",\"REST API\"],\"articleSection\":[\"Developers\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/api-rest\/developers\/create-infographics-directly-from-the-rest-api#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/api-rest\/developers\/create-infographics-directly-from-the-rest-api\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/api-rest\/developers\/create-infographics-directly-from-the-rest-api\",\"name\":\"Create Infographics with the ArcGIS GeoEnrichment Service\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\"},\"datePublished\":\"2022-03-08T04:58:10+00:00\",\"dateModified\":\"2026-02-25T01:01:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/api-rest\/developers\/create-infographics-directly-from-the-rest-api#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/api-rest\/developers\/create-infographics-directly-from-the-rest-api\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/api-rest\/developers\/create-infographics-directly-from-the-rest-api#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.esri.com\/arcgis-blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Create Infographics with the ArcGIS GeoEnrichment Service\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"name\":\"ArcGIS Blog\",\"description\":\"Get insider info from Esri product teams\",\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\",\"name\":\"Esri\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"width\":400,\"height\":400,\"caption\":\"Esri\"},\"image\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/esrigis\/\",\"https:\/\/x.com\/ESRI\",\"https:\/\/www.linkedin.com\/company\/5311\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/3499f40e81241a62d2731b2af927c074\",\"name\":\"Daniel Stauning\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e0b71038470186011b64ab04434043bbd0cf16493c18752f821e165db3e97dbf?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e0b71038470186011b64ab04434043bbd0cf16493c18752f821e165db3e97dbf?s=96&d=blank&r=g\",\"caption\":\"Daniel Stauning\"},\"url\":\"\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Create Infographics with the ArcGIS GeoEnrichment Service","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-rest\/developers\/create-infographics-directly-from-the-rest-api","og_locale":"en_US","og_type":"article","og_title":"Create Infographics with the ArcGIS GeoEnrichment Service","og_url":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-rest\/developers\/create-infographics-directly-from-the-rest-api","og_site_name":"ArcGIS Blog","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","article_modified_time":"2026-02-25T01:01:50+00:00","twitter_card":"summary_large_image","twitter_site":"@ESRI","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-rest\/developers\/create-infographics-directly-from-the-rest-api#article","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-rest\/developers\/create-infographics-directly-from-the-rest-api"},"author":{"name":"Daniel Stauning","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/3499f40e81241a62d2731b2af927c074"},"headline":"Create Infographics with the ArcGIS GeoEnrichment Service","datePublished":"2022-03-08T04:58:10+00:00","dateModified":"2026-02-25T01:01:50+00:00","mainEntityOfPage":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-rest\/developers\/create-infographics-directly-from-the-rest-api"},"wordCount":7,"commentCount":0,"publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"keywords":["Geoenrichment","infographic","infographics","REST API"],"articleSection":["Developers"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/api-rest\/developers\/create-infographics-directly-from-the-rest-api#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-rest\/developers\/create-infographics-directly-from-the-rest-api","url":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-rest\/developers\/create-infographics-directly-from-the-rest-api","name":"Create Infographics with the ArcGIS GeoEnrichment Service","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#website"},"datePublished":"2022-03-08T04:58:10+00:00","dateModified":"2026-02-25T01:01:50+00:00","breadcrumb":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-rest\/developers\/create-infographics-directly-from-the-rest-api#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/api-rest\/developers\/create-infographics-directly-from-the-rest-api"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/api-rest\/developers\/create-infographics-directly-from-the-rest-api#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/arcgis-blog\/"},{"@type":"ListItem","position":2,"name":"Create Infographics with the ArcGIS GeoEnrichment Service"}]},{"@type":"WebSite","@id":"https:\/\/www.esri.com\/arcgis-blog\/#website","url":"https:\/\/www.esri.com\/arcgis-blog\/","name":"ArcGIS Blog","description":"Get insider info from Esri product teams","publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization","name":"Esri","url":"https:\/\/www.esri.com\/arcgis-blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","width":400,"height":400,"caption":"Esri"},"image":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/esrigis\/","https:\/\/x.com\/ESRI","https:\/\/www.linkedin.com\/company\/5311\/"]},{"@type":"Person","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/3499f40e81241a62d2731b2af927c074","name":"Daniel Stauning","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e0b71038470186011b64ab04434043bbd0cf16493c18752f821e165db3e97dbf?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e0b71038470186011b64ab04434043bbd0cf16493c18752f821e165db3e97dbf?s=96&d=blank&r=g","caption":"Daniel Stauning"},"url":""}]}},"text_date":"March 7, 2022","author_name":"Daniel Stauning","author_page":false,"custom_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2019\/12\/ba-key-facts-new-infographic.png","primary_product":"ArcGIS REST API","tag_data":[{"term_id":30101,"name":"Geoenrichment","slug":"geoenrichment","term_group":0,"term_taxonomy_id":30101,"taxonomy":"post_tag","description":"","parent":0,"count":19,"filter":"raw"},{"term_id":26791,"name":"infographic","slug":"infographic","term_group":0,"term_taxonomy_id":26791,"taxonomy":"post_tag","description":"","parent":0,"count":7,"filter":"raw"},{"term_id":33021,"name":"infographics","slug":"infographics","term_group":0,"term_taxonomy_id":33021,"taxonomy":"post_tag","description":"","parent":0,"count":56,"filter":"raw"},{"term_id":104222,"name":"REST API","slug":"rest-api","term_group":0,"term_taxonomy_id":104222,"taxonomy":"post_tag","description":"","parent":0,"count":8,"filter":"raw"}],"category_data":[{"term_id":738191,"name":"Developers","slug":"developers","term_group":0,"term_taxonomy_id":738191,"taxonomy":"category","description":"","parent":0,"count":423,"filter":"raw"}],"product_data":[{"term_id":761642,"name":"ArcGIS Location Platform","slug":"platform","term_group":0,"term_taxonomy_id":761642,"taxonomy":"product","description":"","parent":36601,"count":214,"filter":"raw"},{"term_id":36861,"name":"ArcGIS REST API","slug":"api-rest","term_group":0,"term_taxonomy_id":36861,"taxonomy":"product","description":"","parent":36601,"count":75,"filter":"raw"}],"primary_product_link":"https:\/\/www.esri.com\/arcgis-blog\/?s=#&products=api-rest","_links":{"self":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/1498822","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog"}],"about":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/types\/blog"}],"author":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/users\/5811"}],"replies":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/comments?post=1498822"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/1498822\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/media?parent=1498822"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/categories?post=1498822"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/tags?post=1498822"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/industry?post=1498822"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/product?post=1498822"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}