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

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





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;







up vote
3
down vote

favorite












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
    3
    down vote

    favorite












    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
      3
      down vote

      favorite









      up vote
      3
      down vote

      favorite











      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 3 hours ago









      Vince

      14k32444




      14k32444










      asked 3 hours ago









      Luis Paganini

      162




      162




















          3 Answers
          3






          active

          oldest

          votes

















          up vote
          2
          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








            New contributor




            user1547290 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.
























              up vote
              0
              down vote













              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






















                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
                2
                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
                  2
                  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
                    2
                    down vote










                    up vote
                    2
                    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 3 hours ago









                    Jay Cummins

                    9,84354398




                    9,84354398






















                        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








                        New contributor




                        user1547290 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                        Check out our Code of Conduct.





















                          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








                          New contributor




                          user1547290 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.



















                            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








                            New contributor




                            user1547290 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.









                            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








                            New contributor




                            user1547290 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.









                            share|improve this answer



                            share|improve this answer






                            New contributor




                            user1547290 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.









                            answered 3 hours ago









                            user1547290

                            112




                            112




                            New contributor




                            user1547290 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.





                            New contributor





                            user1547290 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.






                            user1547290 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.




















                                up vote
                                0
                                down vote













                                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













                                  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










                                    up vote
                                    0
                                    down vote









                                    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 1 hour ago

























                                    answered 3 hours ago









                                    Gloster

                                    62




                                    62



























                                         

                                        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













































































                                        Comments

                                        Popular posts from this blog

                                        Long meetings (6-7 hours a day): Being “babysat” by supervisor

                                        Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

                                        Confectionery