Download OpenAPI specification:
Please contact your account manager with any queries, or if in doubt email support@studentcrowd.com.
Rate Limit Details:
This means that within any given 60-second window, a maximum of 60 requests can be made to the API from a single client (identified by an API key or IP address). If the number of requests exceeds this limit, additional requests will be temporarily blocked until the start of the next time window.
| size | integer <int32> <= 500 Default: 100 Number of results to return |
| updated_since | string <date-time> Example: updated_since=2026-02-01T00:00:00Z Optional. Return only halls updated after this timestamp (delta sync).
Format: ISO 8601 in UTC, e.g. |
{- "data": [
- {
- "type": "hall",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "attributes": {
- "name": "Kingsley Lodge",
- "type": "private",
- "landlord": "string",
- "postcode": "string",
- "catering": "catered",
- "available": true,
- "availability": "available",
- "minimumPrice": 134.5,
- "pricePersonWeek": 67.25,
- "currency": "gbp",
- "billingCycle": "weekly",
- "beds": 30,
- "city": "Chester",
- "country": "United Kingdom",
- "features": [
- "Bike Storage",
- "CCTV / Surveillance Cameras",
- "Contents Insurance",
- "Onsite Cafeteria",
- "WiFi In Room (All Free)"
], - "rating": 4.14,
- "criteriaRatings": {
- "value": 5,
- "management": 5,
- "socialSpaces": 1,
- "internetWifi": 4,
- "location": 4,
- "cleaning": 5,
- "socialExperience": 4
}, - "openingDate": "2020/8",
- "latitude": 53.19,
- "longitude": -2.891,
- "accommodationType": "PBSA",
- "propSet": {
- "quality": "B",
- "price": "2",
- "location": [
- {
- "tag": "Near-Campus",
- "reference": "Nottingham Trent University (NTU)",
- "ukprn": "10004797"
}
], - "label": "B 2 Near-Campus, City"
}, - "createdAt": "2017-11-29T10:54:06+00:00",
- "updatedAt": "2017-11-29T10:54:06+00:00"
}, - "relationships": {
- "roomTypes": {
- "links": {
- "related": "/halls/{hallId}/room-types"
}
}, - "reviews": {
- "links": {
- "related": "/halls/{hallId}/reviews"
}
}
}, - "links": {
- "self": "/halls/{hallId}"
}
}
], - "links": {
- "self": "/{path}?page=1",
- "first": "/{path}?page=1",
- "prev": "/{path}?page=2",
- "next": "/{path}?page=4",
- "last": "/{path}?page=10"
}
}{- "type": "hall",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "attributes": {
- "name": "Kingsley Lodge",
- "type": "private",
- "landlord": "string",
- "postcode": "string",
- "catering": "catered",
- "available": true,
- "availability": "available",
- "minimumPrice": 134.5,
- "pricePersonWeek": 67.25,
- "currency": "gbp",
- "billingCycle": "weekly",
- "beds": 30,
- "city": "Chester",
- "country": "United Kingdom",
- "features": [
- "Bike Storage",
- "CCTV / Surveillance Cameras",
- "Contents Insurance",
- "Onsite Cafeteria",
- "WiFi In Room (All Free)"
], - "rating": 4.14,
- "criteriaRatings": {
- "value": 5,
- "management": 5,
- "socialSpaces": 1,
- "internetWifi": 4,
- "location": 4,
- "cleaning": 5,
- "socialExperience": 4
}, - "openingDate": "2020/8",
- "latitude": 53.19,
- "longitude": -2.891,
- "accommodationType": "PBSA",
- "propSet": {
- "quality": "B",
- "price": "2",
- "location": [
- {
- "tag": "Near-Campus",
- "reference": "Nottingham Trent University (NTU)",
- "ukprn": "10004797"
}
], - "label": "B 2 Near-Campus, City"
}, - "createdAt": "2017-11-29T10:54:06+00:00",
- "updatedAt": "2017-11-29T10:54:06+00:00"
}, - "relationships": {
- "roomTypes": {
- "links": {
- "related": "/halls/{hallId}/room-types"
}
}, - "reviews": {
- "links": {
- "related": "/halls/{hallId}/reviews"
}
}
}, - "links": {
- "self": "/halls/{hallId}"
}
}| hallId required | string Hall ID |
| size | integer <int32> <= 500 Default: 100 Number of results to return |
{- "data": [
- {
- "type": "review",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "attributes": {
- "text": "I have loved my time at this University",
- "ratings": {
- "value": 5,
- "management": 5,
- "socialSpaces": 1,
- "internetWifi": 4,
- "location": 4,
- "cleaning": 5,
- "socialExperience": 4
}, - "userType": "CURRENT",
- "studentType": "UK",
- "averageRating": 4.14,
- "createdAt": "2017-11-29T10:54:06+00:00",
- "updatedAt": "2017-11-29T10:54:06+00:00"
}, - "relationships": {
- "hall": {
- "links": {
- "related": "/halls/{hallId}"
}
}
}, - "links": {
- "self": "/reviews/{hallId}"
}
}
], - "links": {
- "self": "/{path}?page=1",
- "first": "/{path}?page=1",
- "prev": "/{path}?page=2",
- "next": "/{path}?page=4",
- "last": "/{path}?page=10"
}
}| hallId required | string Hall ID |
| size | integer <int32> <= 500 Default: 100 Number of results to return |
{- "data": [
- {
- "type": "roomType",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "attributes": {
- "name": "Deluxe suite",
- "arrangement": "apartment",
- "bedroomOccupancy": 1,
- "priceArrangement": "per_room",
- "price": 134.5,
- "pricePersonWeek": 67.25,
- "squareMeters": {
- "min": 23,
- "max": 27
}, - "available": true,
- "createdAt": "2017-11-29T10:54:06+00:00",
- "updatedAt": "2017-11-29T10:54:06+00:00"
}, - "relationships": {
- "hall": {
- "links": {
- "related": "/halls/{hallId}"
}
}, - "roomTenancies": {
- "links": {
- "related": "/room-types/{roomTypeId}/room-tenancies"
}
}
}, - "links": {
- "self": "/room-types/{roomTypeId}"
}
}
], - "links": {
- "self": "/{path}?page=1",
- "first": "/{path}?page=1",
- "prev": "/{path}?page=2",
- "next": "/{path}?page=4",
- "last": "/{path}?page=10"
}
}| size | integer <int32> <= 500 Default: 100 Number of results to return |
| updated_since | string <date-time> Example: updated_since=2026-02-01T00:00:00Z Optional. Return only room types updated after this timestamp (delta sync).
Format: ISO 8601 in UTC, e.g. |
{- "data": [
- {
- "type": "roomType",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "attributes": {
- "name": "Deluxe suite",
- "arrangement": "apartment",
- "bedroomOccupancy": 1,
- "priceArrangement": "per_room",
- "price": 134.5,
- "pricePersonWeek": 67.25,
- "squareMeters": {
- "min": 23,
- "max": 27
}, - "available": true,
- "createdAt": "2017-11-29T10:54:06+00:00",
- "updatedAt": "2017-11-29T10:54:06+00:00"
}, - "relationships": {
- "hall": {
- "links": {
- "related": "/halls/{hallId}"
}
}, - "roomTenancies": {
- "links": {
- "related": "/room-types/{roomTypeId}/room-tenancies"
}
}
}, - "links": {
- "self": "/room-types/{roomTypeId}"
}
}
], - "links": {
- "self": "/{path}?page=1",
- "first": "/{path}?page=1",
- "prev": "/{path}?page=2",
- "next": "/{path}?page=4",
- "last": "/{path}?page=10"
}
}{- "type": "roomType",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "attributes": {
- "name": "Deluxe suite",
- "arrangement": "apartment",
- "bedroomOccupancy": 1,
- "priceArrangement": "per_room",
- "price": 134.5,
- "pricePersonWeek": 67.25,
- "squareMeters": {
- "min": 23,
- "max": 27
}, - "available": true,
- "createdAt": "2017-11-29T10:54:06+00:00",
- "updatedAt": "2017-11-29T10:54:06+00:00"
}, - "relationships": {
- "hall": {
- "links": {
- "related": "/halls/{hallId}"
}
}, - "roomTenancies": {
- "links": {
- "related": "/room-types/{roomTypeId}/room-tenancies"
}
}
}, - "links": {
- "self": "/room-types/{roomTypeId}"
}
}| size | integer <int32> <= 500 Default: 100 Number of results to return |
| updated_since | string <date-time> Example: updated_since=2026-02-01T00:00:00Z Optional. Return only room tenancies updated after this timestamp (delta sync).
Format: ISO 8601 in UTC, e.g. |
{- "data": [
- {
- "type": "roomTenancy",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "attributes": {
- "type": "flexible",
- "price": 174.08,
- "pricePersonWeek": 87.04,
- "available": true,
- "startDate": "2021-09-22",
- "academicYear": "21/22",
- "minimumStay": 180,
- "incentiveText": "£150 cashback for 22/23 bookings",
- "incentiveValue": 150,
- "createdAt": "2021-11-29T10:54:06+00:00",
- "updatedAt": "2021-11-29T10:54:06+00:00"
}, - "relationships": {
- "roomType": {
- "links": {
- "related": "/room-types/{roomTypeId}"
}
}
}, - "links": {
- "self": "/room-tenancies/{roomTenancyId}"
}
}
], - "links": {
- "self": "/{path}?page=1",
- "first": "/{path}?page=1",
- "prev": "/{path}?page=2",
- "next": "/{path}?page=4",
- "last": "/{path}?page=10"
}
}{- "type": "roomTenancy",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "attributes": {
- "type": "flexible",
- "price": 174.08,
- "pricePersonWeek": 87.04,
- "available": true,
- "startDate": "2021-09-22",
- "academicYear": "21/22",
- "minimumStay": 180,
- "incentiveText": "£150 cashback for 22/23 bookings",
- "incentiveValue": 150,
- "createdAt": "2021-11-29T10:54:06+00:00",
- "updatedAt": "2021-11-29T10:54:06+00:00"
}, - "relationships": {
- "roomType": {
- "links": {
- "related": "/room-types/{roomTypeId}"
}
}
}, - "links": {
- "self": "/room-tenancies/{roomTenancyId}"
}
}| size | integer <int32> <= 500 Default: 100 Number of results to return |
| updated_since | string <date-time> Example: updated_since=2026-02-01T00:00:00Z Optional. Return only reviews updated after this timestamp (delta sync).
Format: ISO 8601 in UTC, e.g. |
{- "data": [
- {
- "type": "review",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "attributes": {
- "text": "I have loved my time at this University",
- "ratings": {
- "value": 5,
- "management": 5,
- "socialSpaces": 1,
- "internetWifi": 4,
- "location": 4,
- "cleaning": 5,
- "socialExperience": 4
}, - "userType": "CURRENT",
- "studentType": "UK",
- "averageRating": 4.14,
- "createdAt": "2017-11-29T10:54:06+00:00",
- "updatedAt": "2017-11-29T10:54:06+00:00"
}, - "relationships": {
- "hall": {
- "links": {
- "related": "/halls/{hallId}"
}
}
}, - "links": {
- "self": "/reviews/{hallId}"
}
}
], - "links": {
- "self": "/{path}?page=1",
- "first": "/{path}?page=1",
- "prev": "/{path}?page=2",
- "next": "/{path}?page=4",
- "last": "/{path}?page=10"
}
}{- "type": "review",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "attributes": {
- "text": "I have loved my time at this University",
- "ratings": {
- "value": 5,
- "management": 5,
- "socialSpaces": 1,
- "internetWifi": 4,
- "location": 4,
- "cleaning": 5,
- "socialExperience": 4
}, - "userType": "CURRENT",
- "studentType": "UK",
- "averageRating": 4.14,
- "createdAt": "2017-11-29T10:54:06+00:00",
- "updatedAt": "2017-11-29T10:54:06+00:00"
}, - "relationships": {
- "hall": {
- "links": {
- "related": "/halls/{hallId}"
}
}
}, - "links": {
- "self": "/reviews/{hallId}"
}
}