the port have been left at the default value of 9000 to match Bet Angel Settings
The API Test 'Get Markets loaded into Bet Angel' has been selected
'Create JSON request' has been pressed - which populates the Endpoint url and the Raw Request text box showing the JSON request string that will be sent to the API
Send Request has been pressed and the API implemented by Bet Angel has processed the request and returned the JSON string that is displayed in the Raw Response box.
The JavaScript has parsed that response string and populated the HTML table with the Market Id, Name, Market Type and Event Id of each market currently active in the Bet Angel session.
There are many more tests that you can choose to experiment with the API and to use to see the format of the Request and Response data.
Note: You can also manually edit the Raw Request before pressing the Send Request button if you wish to experiment with different data without modifying the javascript.