Bestseller
Global Rankings Higher Education

Global QS World University Rankings

Search QS World University Rankings with filters and pagination

What can this API do?

Comprehensive QS World University Rankings dataset

This Global QS World University Rankings feature is available through the documented endpoint and can be used in application, automation, or data workflows.

Quarterly data updates with latest rankings

This Global QS World University Rankings feature is available through the documented endpoint and can be used in application, automation, or data workflows.

Fuzzy search capabilities by university name

Use this lookup capability to turn a user or system input into structured data your product can consume directly.

Detailed performance metrics and scoring breakdown

This Global QS World University Rankings feature is available through the documented endpoint and can be used in application, automation, or data workflows.

Paginated response support for large datasets

The Global QS World University Rankings response exposes this data in a documented format for storage, display, validation, and downstream processing.

Enterprise-grade HTTPS encryption (TLS v1.0-v1.3)

Use this integration capability when exposing results to production applications, internal tools, or customer-facing workflows.

Apple App Transport Security (ATS) compliant

This Global QS World University Rankings feature is available through the documented endpoint and can be used in application, automation, or data workflows.

Global CDN distribution with multi-node deployment

Use this integration capability when exposing results to production applications, internal tools, or customer-facing workflows.

High-performance API with load-balanced infrastructure

This Global QS World University Rankings feature is available through the documented endpoint and can be used in application, automation, or data workflows.

Global QS World University Rankings
Annual plan
$49$99
Try it for free!
Sign in to get a trial key and test all APIs.
Sign In
Secure checkout powered by Stripe

API Document

HTTP Protocol:HTTPS

HTTP Method:GET

HTTP Endpoint:https://api.gugudata.io/v1/metadata/qs-global-university-ranking

Response Type:application/json; charset=utf-8

DEMO Endpoint:https://api.gugudata.io/v1/metadata/global-university-ranking/demo

Live Demo:Try Interactive Demo

Full API Docs:developers.gugudata.io

API Request Parameters

NameTypeIs RequiredDefault ValueRemark
appkeystringtrueYOUR_APPKEYApplication key used for request authentication. Supply the value as a query parameter, form field, or multipart field according to the request content type.
namestringfalseUniversity name filter with fuzzy matching.
pageIndexintegerfalse1One-based page index for pagination.
pageSizeintegerfalse10Number of records returned per page.

API Response Parameters

NameTypeRemark
dataStatusobjectResponse metadata returned by the current v1 contract.
dataStatus.requestParameterstringNormalized request parameters echoed by the service. Sensitive credentials are omitted when available.
dataStatus.statusCodeintegerApplication-level status code returned by the current v1 contract.
dataStatus.statusstringApplication-level status enum returned by the current v1 contract.
dataStatus.statusDescriptionstringApplication-level status message returned by the current v1 contract.
dataStatus.responseDateTimestringResponse timestamp returned by the current service contract.
dataStatus.dataTotalCountintegerTotal number of records that match the request.
dataobjectPrimary response payload returned by the endpoint.
data.idstringUnique university identifier in Gugudata system
data.universityNamestringOfficial university name
data.regionstringGeographic region
data.countrystringCountry name
data.citystringCity location
data.logoUrlstringURL to university logo image
data.rankstringOverall QS world ranking position
data.academicReputationRankstringAcademic reputation ranking position
data.academicReputationScorestringAcademic reputation score (0-100)
data.citationsPerFacultyRankstringCitations per faculty ranking position
data.citationsPerFacultyScorestringCitations per faculty score (0-100)
data.facultyStudentRatioRankstringFaculty-to-student ratio ranking position
data.facultyStudentRatioScorestringFaculty-to-student ratio score (0-100)
data.employerReputationRankstringEmployer reputation ranking position
data.employerReputationScorestringEmployer reputation score (0-100)
data.employmentOutcomesRankstringEmployment outcomes ranking position
data.employmentOutcomesScorestringEmployment outcomes score (0-100)
data.internationalStudentRatioRankstringInternational student ratio ranking position
data.internationalStudentRatioScorestringInternational student ratio score (0-100)
data.internationalResearchNetworkRankstringInternational research network ranking position
data.internationalResearchNetworkScorestringInternational research network score (0-100)
data.internationalFacultyRatioRankstringInternational faculty ratio ranking position
data.internationalFacultyRatioScorestringInternational faculty ratio score (0-100)
data.sustainabilityRankstringSustainability ranking position
data.sustainabilityScorestringSustainability score (0-100)

API Response Status Codes

Status CodeExplanation of Status CodeRemarks
200Request processed successfully.Some endpoints expose a separate application-level status field in the response body, such as `dataStatus.statusCode`.
400Invalid request parameters or request format.Check required fields, data types, and request body format.
401Missing or unknown application key.Provide a valid `appkey` with the request.
403The application key is recognized but access is not allowed.The key may be expired, inactive, or not permitted for the requested API.
429Request rate or trial usage limit exceeded.Reduce concurrency or retry after the limit window resets.
500Internal service error.Retry later or contact support if the error persists.
503Upstream service unavailable.Retry later; the requested upstream dependency is temporarily unavailable.

Remote MCP

AI client access

Use this API through GuGuData Remote MCP

Connect your AI client once, authorize in the browser, and the client can use the GuGuData API tools available to your account. You do not need to paste an appkey into the MCP client.

Endpoint https://mcp.gugudata.io/mcp
Open MCP Guide
Generic MCP configuration
{
  "mcpServers": {
    "gugudata": {
      "url": "https://mcp.gugudata.io/mcp",
      "transportType": "streamable-http"
    }
  }
}

Code Snippets