This question has to do mostly on how do I find the way to fetch them.
Let's say I have a website with olympic games displaying medals per country per game.
This displays the Germany's medals in every event. I want to retrieve the data as an array or something and display them in a table. The first thing I should do is open firebug and search for a json link to parse the data. The only time I have retrieved data from a website was by using twitter's or facebook's json data to show the followers and likes.
How do I find the way to retrieve them ? In the link I posted, how can I fetch data ?