Find out ESRI REST URL for web map which is hiding it

Multi tool use
Multi tool use

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
4
down vote

favorite
1












I would like to extract the pipeline geometries from https://www.arcgis.com/home/webmap/viewer.html?webmap=a00c3b5cee4e4fe0b238b5e05ed80204



It shows the existing gas & oil pipelines crossing through Pennsylvania and was created by FracTracker for http://www.roverpipelinefacts.com/about/route.html . Despite it's a NGO they don't allow you downloading their data.



If I should know the REST FeatureServer URL I could download it (EXAMPLE):



wget "https://services.arcgis.com/jDGuO8tYggdCCnUJ/arcgis/rest/services/AtlanticCoastPipeline/FeatureServer/2/query?where=1=1&outFields=*&outSR=4326&f=geojson"


How can I find out this URL for the web map from above?










share|improve this question



























    up vote
    4
    down vote

    favorite
    1












    I would like to extract the pipeline geometries from https://www.arcgis.com/home/webmap/viewer.html?webmap=a00c3b5cee4e4fe0b238b5e05ed80204



    It shows the existing gas & oil pipelines crossing through Pennsylvania and was created by FracTracker for http://www.roverpipelinefacts.com/about/route.html . Despite it's a NGO they don't allow you downloading their data.



    If I should know the REST FeatureServer URL I could download it (EXAMPLE):



    wget "https://services.arcgis.com/jDGuO8tYggdCCnUJ/arcgis/rest/services/AtlanticCoastPipeline/FeatureServer/2/query?where=1=1&outFields=*&outSR=4326&f=geojson"


    How can I find out this URL for the web map from above?










    share|improve this question

























      up vote
      4
      down vote

      favorite
      1









      up vote
      4
      down vote

      favorite
      1






      1





      I would like to extract the pipeline geometries from https://www.arcgis.com/home/webmap/viewer.html?webmap=a00c3b5cee4e4fe0b238b5e05ed80204



      It shows the existing gas & oil pipelines crossing through Pennsylvania and was created by FracTracker for http://www.roverpipelinefacts.com/about/route.html . Despite it's a NGO they don't allow you downloading their data.



      If I should know the REST FeatureServer URL I could download it (EXAMPLE):



      wget "https://services.arcgis.com/jDGuO8tYggdCCnUJ/arcgis/rest/services/AtlanticCoastPipeline/FeatureServer/2/query?where=1=1&outFields=*&outSR=4326&f=geojson"


      How can I find out this URL for the web map from above?










      share|improve this question















      I would like to extract the pipeline geometries from https://www.arcgis.com/home/webmap/viewer.html?webmap=a00c3b5cee4e4fe0b238b5e05ed80204



      It shows the existing gas & oil pipelines crossing through Pennsylvania and was created by FracTracker for http://www.roverpipelinefacts.com/about/route.html . Despite it's a NGO they don't allow you downloading their data.



      If I should know the REST FeatureServer URL I could download it (EXAMPLE):



      wget "https://services.arcgis.com/jDGuO8tYggdCCnUJ/arcgis/rest/services/AtlanticCoastPipeline/FeatureServer/2/query?where=1=1&outFields=*&outSR=4326&f=geojson"


      How can I find out this URL for the web map from above?







      geojson web-mapping rest






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Sep 27 at 15:44









      Vince

      14.1k32445




      14.1k32445










      asked Sep 27 at 15:00









      Luis Paganini

      193




      193




















          3 Answers
          3






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          The REST service for the existing pipelines is https://services.arcgis.com/jDGuO8tYggdCCnUJ/arcgis/rest/services/Esisting_pipelines_final_updated/FeatureServer/0



          But am I right that you are more interested in the proposed ones? The existing US pipeline network can be downloaded from EIA: https://www.eia.gov/maps/layer_info-m.php



          The proposed pipelines layer seems to be somehow disables, I'm not sure whether you could guess the URL.



          Edit:



          The pipelines are here



          http://www.arcgis.com/home/webmap/viewer.html?url=http://services.arcgis.com/jDGuO8tYggdCCnUJ/ArcGIS/rest/services/Buckeye_Partners_Pipeline_Proposal/FeatureServer



          http://www.arcgis.com/home/webmap/viewer.html?url=http://services.arcgis.com/jDGuO8tYggdCCnUJ/ArcGIS/rest/services/Pennsylvania_and_New_York_SXL_and_Kinder_Morgan_Proposals/FeatureServer






          share|improve this answer





























            up vote
            3
            down vote













            I found the URL:
            https://services.arcgis.com/jDGuO8tYggdCCnUJ/ArcGIS/rest/services/Esisting_pipelines_final_updated/FeatureServer



            by going into developer tools in Chrome: F12 and reloading the site and watching the network tab.:
            enter image description here



            And you can remove resources from the url to get other services:
            https://services.arcgis.com/jDGuO8tYggdCCnUJ/ArcGIS/rest/services



            You can do the same thing with Fiddler--I use both, but the browser dev tools are usually sufficient for casual inspection.






            share|improve this answer



























              up vote
              0
              down vote













              If you open the webmap, and click on the "..." under the layer (i.e. more options) you can see the attached AGOL metadata (https://www.arcgis.com/home/item.html?id=a2bd08552ba54a3899ffc53b747b22e8), which provides a service URL for the existing;



              https://services.arcgis.com/jDGuO8tYggdCCnUJ/arcgis/rest/services/Esisting_pipelines_final_updated/FeatureServer/0



              It doesn't look like the "proposed metadata" (and service url) are being provided.



              Using the network response request is also another way to find the same information.






              share|improve this answer




















                Your Answer







                StackExchange.ready(function()
                var channelOptions =
                tags: "".split(" "),
                id: "79"
                ;
                initTagRenderer("".split(" "), "".split(" "), channelOptions);

                StackExchange.using("externalEditor", function()
                // Have to fire editor after snippets, if snippets enabled
                if (StackExchange.settings.snippets.snippetsEnabled)
                StackExchange.using("snippets", function()
                createEditor();
                );

                else
                createEditor();

                );

                function createEditor()
                StackExchange.prepareEditor(
                heartbeatType: 'answer',
                convertImagesToLinks: false,
                noModals: false,
                showLowRepImageUploadWarning: true,
                reputationToPostImages: null,
                bindNavPrevention: true,
                postfix: "",
                onDemand: true,
                discardSelector: ".discard-answer"
                ,immediatelyShowMarkdownHelp:true
                );



                );













                 

                draft saved


                draft discarded


















                StackExchange.ready(
                function ()
                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f297267%2ffind-out-esri-rest-url-for-web-map-which-is-hiding-it%23new-answer', 'question_page');

                );

                Post as a guest






























                3 Answers
                3






                active

                oldest

                votes








                3 Answers
                3






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes








                up vote
                0
                down vote



                accepted










                The REST service for the existing pipelines is https://services.arcgis.com/jDGuO8tYggdCCnUJ/arcgis/rest/services/Esisting_pipelines_final_updated/FeatureServer/0



                But am I right that you are more interested in the proposed ones? The existing US pipeline network can be downloaded from EIA: https://www.eia.gov/maps/layer_info-m.php



                The proposed pipelines layer seems to be somehow disables, I'm not sure whether you could guess the URL.



                Edit:



                The pipelines are here



                http://www.arcgis.com/home/webmap/viewer.html?url=http://services.arcgis.com/jDGuO8tYggdCCnUJ/ArcGIS/rest/services/Buckeye_Partners_Pipeline_Proposal/FeatureServer



                http://www.arcgis.com/home/webmap/viewer.html?url=http://services.arcgis.com/jDGuO8tYggdCCnUJ/ArcGIS/rest/services/Pennsylvania_and_New_York_SXL_and_Kinder_Morgan_Proposals/FeatureServer






                share|improve this answer


























                  up vote
                  0
                  down vote



                  accepted










                  The REST service for the existing pipelines is https://services.arcgis.com/jDGuO8tYggdCCnUJ/arcgis/rest/services/Esisting_pipelines_final_updated/FeatureServer/0



                  But am I right that you are more interested in the proposed ones? The existing US pipeline network can be downloaded from EIA: https://www.eia.gov/maps/layer_info-m.php



                  The proposed pipelines layer seems to be somehow disables, I'm not sure whether you could guess the URL.



                  Edit:



                  The pipelines are here



                  http://www.arcgis.com/home/webmap/viewer.html?url=http://services.arcgis.com/jDGuO8tYggdCCnUJ/ArcGIS/rest/services/Buckeye_Partners_Pipeline_Proposal/FeatureServer



                  http://www.arcgis.com/home/webmap/viewer.html?url=http://services.arcgis.com/jDGuO8tYggdCCnUJ/ArcGIS/rest/services/Pennsylvania_and_New_York_SXL_and_Kinder_Morgan_Proposals/FeatureServer






                  share|improve this answer
























                    up vote
                    0
                    down vote



                    accepted







                    up vote
                    0
                    down vote



                    accepted






                    The REST service for the existing pipelines is https://services.arcgis.com/jDGuO8tYggdCCnUJ/arcgis/rest/services/Esisting_pipelines_final_updated/FeatureServer/0



                    But am I right that you are more interested in the proposed ones? The existing US pipeline network can be downloaded from EIA: https://www.eia.gov/maps/layer_info-m.php



                    The proposed pipelines layer seems to be somehow disables, I'm not sure whether you could guess the URL.



                    Edit:



                    The pipelines are here



                    http://www.arcgis.com/home/webmap/viewer.html?url=http://services.arcgis.com/jDGuO8tYggdCCnUJ/ArcGIS/rest/services/Buckeye_Partners_Pipeline_Proposal/FeatureServer



                    http://www.arcgis.com/home/webmap/viewer.html?url=http://services.arcgis.com/jDGuO8tYggdCCnUJ/ArcGIS/rest/services/Pennsylvania_and_New_York_SXL_and_Kinder_Morgan_Proposals/FeatureServer






                    share|improve this answer














                    The REST service for the existing pipelines is https://services.arcgis.com/jDGuO8tYggdCCnUJ/arcgis/rest/services/Esisting_pipelines_final_updated/FeatureServer/0



                    But am I right that you are more interested in the proposed ones? The existing US pipeline network can be downloaded from EIA: https://www.eia.gov/maps/layer_info-m.php



                    The proposed pipelines layer seems to be somehow disables, I'm not sure whether you could guess the URL.



                    Edit:



                    The pipelines are here



                    http://www.arcgis.com/home/webmap/viewer.html?url=http://services.arcgis.com/jDGuO8tYggdCCnUJ/ArcGIS/rest/services/Buckeye_Partners_Pipeline_Proposal/FeatureServer



                    http://www.arcgis.com/home/webmap/viewer.html?url=http://services.arcgis.com/jDGuO8tYggdCCnUJ/ArcGIS/rest/services/Pennsylvania_and_New_York_SXL_and_Kinder_Morgan_Proposals/FeatureServer







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Sep 27 at 17:31

























                    answered Sep 27 at 15:10









                    Gloster

                    212




                    212






















                        up vote
                        3
                        down vote













                        I found the URL:
                        https://services.arcgis.com/jDGuO8tYggdCCnUJ/ArcGIS/rest/services/Esisting_pipelines_final_updated/FeatureServer



                        by going into developer tools in Chrome: F12 and reloading the site and watching the network tab.:
                        enter image description here



                        And you can remove resources from the url to get other services:
                        https://services.arcgis.com/jDGuO8tYggdCCnUJ/ArcGIS/rest/services



                        You can do the same thing with Fiddler--I use both, but the browser dev tools are usually sufficient for casual inspection.






                        share|improve this answer
























                          up vote
                          3
                          down vote













                          I found the URL:
                          https://services.arcgis.com/jDGuO8tYggdCCnUJ/ArcGIS/rest/services/Esisting_pipelines_final_updated/FeatureServer



                          by going into developer tools in Chrome: F12 and reloading the site and watching the network tab.:
                          enter image description here



                          And you can remove resources from the url to get other services:
                          https://services.arcgis.com/jDGuO8tYggdCCnUJ/ArcGIS/rest/services



                          You can do the same thing with Fiddler--I use both, but the browser dev tools are usually sufficient for casual inspection.






                          share|improve this answer






















                            up vote
                            3
                            down vote










                            up vote
                            3
                            down vote









                            I found the URL:
                            https://services.arcgis.com/jDGuO8tYggdCCnUJ/ArcGIS/rest/services/Esisting_pipelines_final_updated/FeatureServer



                            by going into developer tools in Chrome: F12 and reloading the site and watching the network tab.:
                            enter image description here



                            And you can remove resources from the url to get other services:
                            https://services.arcgis.com/jDGuO8tYggdCCnUJ/ArcGIS/rest/services



                            You can do the same thing with Fiddler--I use both, but the browser dev tools are usually sufficient for casual inspection.






                            share|improve this answer












                            I found the URL:
                            https://services.arcgis.com/jDGuO8tYggdCCnUJ/ArcGIS/rest/services/Esisting_pipelines_final_updated/FeatureServer



                            by going into developer tools in Chrome: F12 and reloading the site and watching the network tab.:
                            enter image description here



                            And you can remove resources from the url to get other services:
                            https://services.arcgis.com/jDGuO8tYggdCCnUJ/ArcGIS/rest/services



                            You can do the same thing with Fiddler--I use both, but the browser dev tools are usually sufficient for casual inspection.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Sep 27 at 15:09









                            Jay Cummins

                            9,86854398




                            9,86854398




















                                up vote
                                0
                                down vote













                                If you open the webmap, and click on the "..." under the layer (i.e. more options) you can see the attached AGOL metadata (https://www.arcgis.com/home/item.html?id=a2bd08552ba54a3899ffc53b747b22e8), which provides a service URL for the existing;



                                https://services.arcgis.com/jDGuO8tYggdCCnUJ/arcgis/rest/services/Esisting_pipelines_final_updated/FeatureServer/0



                                It doesn't look like the "proposed metadata" (and service url) are being provided.



                                Using the network response request is also another way to find the same information.






                                share|improve this answer
























                                  up vote
                                  0
                                  down vote













                                  If you open the webmap, and click on the "..." under the layer (i.e. more options) you can see the attached AGOL metadata (https://www.arcgis.com/home/item.html?id=a2bd08552ba54a3899ffc53b747b22e8), which provides a service URL for the existing;



                                  https://services.arcgis.com/jDGuO8tYggdCCnUJ/arcgis/rest/services/Esisting_pipelines_final_updated/FeatureServer/0



                                  It doesn't look like the "proposed metadata" (and service url) are being provided.



                                  Using the network response request is also another way to find the same information.






                                  share|improve this answer






















                                    up vote
                                    0
                                    down vote










                                    up vote
                                    0
                                    down vote









                                    If you open the webmap, and click on the "..." under the layer (i.e. more options) you can see the attached AGOL metadata (https://www.arcgis.com/home/item.html?id=a2bd08552ba54a3899ffc53b747b22e8), which provides a service URL for the existing;



                                    https://services.arcgis.com/jDGuO8tYggdCCnUJ/arcgis/rest/services/Esisting_pipelines_final_updated/FeatureServer/0



                                    It doesn't look like the "proposed metadata" (and service url) are being provided.



                                    Using the network response request is also another way to find the same information.






                                    share|improve this answer












                                    If you open the webmap, and click on the "..." under the layer (i.e. more options) you can see the attached AGOL metadata (https://www.arcgis.com/home/item.html?id=a2bd08552ba54a3899ffc53b747b22e8), which provides a service URL for the existing;



                                    https://services.arcgis.com/jDGuO8tYggdCCnUJ/arcgis/rest/services/Esisting_pipelines_final_updated/FeatureServer/0



                                    It doesn't look like the "proposed metadata" (and service url) are being provided.



                                    Using the network response request is also another way to find the same information.







                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered Sep 27 at 15:10









                                    user1547290

                                    112




                                    112



























                                         

                                        draft saved


                                        draft discarded















































                                         


                                        draft saved


                                        draft discarded














                                        StackExchange.ready(
                                        function ()
                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f297267%2ffind-out-esri-rest-url-for-web-map-which-is-hiding-it%23new-answer', 'question_page');

                                        );

                                        Post as a guest













































































                                        gMy atZajEfWvHQ1 df5h,ZDNCKKqe rTDf,nyHgdYEyTw,Qh9Iwkdv KdxBBLe
                                        u,8WyyljAF7H5nKF,klW Ym8 gjeCuBDfU 72RSVtL6u19O L2lgBKN4Oz,C6 gO2z,fO v

                                        Popular posts from this blog

                                        How to check contact read email or not when send email to Individual?

                                        How many registers does an x86_64 CPU actually have?

                                        Displaying single band from multi-band raster using QGIS