Return to Project-GC

Welcome to Project-GC Q&A. Ask questions and get answers from other Project-GC users.

If you get a good answer, click the checkbox on the left to select it as the best answer.

Upvote answers or questions that have helped you.

If you don't get clear answers, edit your question to make it clearer.

0 votes
1.5k views
It should be possible to group LabCaches in https://project-gc.com/Statistics/ProfileStats#LabCaches
by "Adventure title" or "Adventure link" part after "goto" as shown in https://labs.geocaching.com/goto/erlangen-krimi

E.g. as an additional sortable column.
in Feature requests by micha_de (7.1k points)
I don't think this information is available in the API.
magma1447 has stated elsewhere that the only information provided through the API are GUID, name and first found date for the lab cache itself and log ID, profile ID, date and lab cache GUID for the specific log. All of the details which is useful to cachers are shown in the Lab Cache tab.
The AdventureLab-app keeps getting new or changed functions.
I hope that the API will also get more useful information.
Project-GC shows your lab cache logs by date. Geocaching.com shows them first by group, then by date. I'm not convinced which is most useful, actually.

(Apart from the fact that we can't do otherwise than now since we don't have the information needed, that is.)
Maybe it's possible to switch or configure the prefered view

1 Answer

+1 vote
 
Best answer

1. With the following url you can get a couple of geocaches around a coordinate:

https://labs.geocaching.com/gpx/search?latitude=49.6&longitude=11.0&skip=0&take=500

max. take=500

and

https://labs-api.geocaching.com/Api/Adventures/SearchV3?origin.latitude=49.6&origin.longitude=11.0&radiusMeters=1000

2. With an url with the id of the adventure lab, you can get the details:

https://labs-api.geocaching.com/Api/Adventures/05b69cf4-4688-4404-aafe-eb42babf64fe

Hopefully this helps to include the function.

Micha_de
 

by micha_de (7.1k points)
selected by micha_de
The last 2 URLs only render XML and the first URL is broken and only renders a Facebook sign in page.  I don't use Facebook and never will so I am not exactly sure how your answer helps me.
@TigreToot: You have to be logged it to geocaching.com with another page in the same browser.
The first link is fixed.
Thanks for fixing the first URL.
...