Company: Flexport_26nov
Difficulty: medium
REST API: Highest International Students REST API: Highest International Students Problem Description Use the HTTP GET method to retrieve information from a global university database. The query result is paginated and can be accessed by appending ?page= to the URL: https://jsonmock.hackerrank.com/api/universities . The response is a JSON object with the following fields: page : The current page of the results. (Number) per_page : The maximum number of results returned per page. (Number) total : The total number of results. (Number) total_pages : The total number of pages with results. (Number) data : Either an empty array or an array with a single object that contains the universities' records. In data , each university has the following schema: university : The name of the university (String). rank_display : The rank of the university according to the 2022 QS Rankings (String). score : The score of the university according to the 2022 QS Rankings (Number). type : The type of universi