All the API methods work on a web pull basis so you simply need to have the ability to get the response to the listed method url. Then you simply need to break down the return and display as you see fit. For example in PHP:
I want to retrieve the i'd of championships (English, French, Spanish, German) etc....
I use league. GetIdents but I do think that the cup, there are no championships (Ligue 1 (FRA) Premier League (ENG), Liga (ESP), etc....) What should I do to get them?
The results are paged at 50 per page so you will need to move through the pages to get all the ID's.
To do so simply use the GET variable &page=1 and increase the page number. In the element leagues there are the attributes hasMorePages and nextPage these will tell you if there are more pages and what the next page number is