To view all the raffles currently hosted by END. Clothing, use the following API endpoint:
https://launches-api.endclothing.com/api/products/offset/0
This endpoint provides a comprehensive list of all the raffles open for participation on the END. Clothing platform.
Access this API endpoint directly through your web browser to retrieve a JSON response that includes all the current raffles. This response contains detailed information such as product names, available sizes, and the closing dates for entries.
The API response is structured in JSON format, offering a clear and detailed overview of each raffle. Below is an example of what the JSON response might look like:
{
"count": 6012,
"products": [
{
"id": 7208,
"magentoSku": "FN0432-100",
"colour": "Sail, Varsity Red & Muslin",
"brand": "Air Jordan",
"name": "Air Jordan x Trophy Room 1 Low Retro OG SP",
"thumbnailUrl": "https://launches-media.endclothing.com/FN0432-100_launches_thumbnail.jpg",
"releaseDate": "2024-03-21T08:00:00+00:00",
"productWebsites": [
{
"id": 167176,
"website": {
"id": 1,
"currencySymbol": "£",
"currencyCode": "GBP"
},
"price": 145
},
{
"id": 167177,
"website": {
"id": 2,
"currencySymbol": " $",
"currencyCode": "USD"
},
"price": 165
},
{
"id": 167178,
"website": {
"id": 3,
"currencySymbol": "€",
"currencyCode": "EUR"
},
"price": 169
},
{
"id": 167179,
"website": {
"id": 4,
"currencySymbol": "AU$",
"currencyCode": "AUD"
},
"price": 265
},
{
"id": 167180,
"website": {
"id": 5,
"currencySymbol": "¥",
"currencyCode": "JPY"
},
"price": 23200
},
{
"id": 167181,
"website": {
"id": 6,
"currencySymbol": "HK$",
"currencyCode": "HKD"
},
"price": 1305
},
{
"id": 167182,
"website": {
"id": 7,
"currencySymbol": "CA$",
"currencyCode": "CAD"
},
"price": 219
},
{
"id": 167183,
"website": {
"id": 8,
"currencySymbol": " $",
"currencyCode": "USD"
},
"price": 169
},
{
"id": 167184,
"website": {
"id": 9,
"currencySymbol": "DKK",
"currencyCode": "DKK"
},
"price": 1305
},
{
"id": 167185,
"website": {
"id": 10,
"currencySymbol": "S$",
"currencyCode": "SGD"
},
"price": 219
},
{
"id": 167186,
"website": {
"id": 11,
"currencySymbol": "CN¥",
"currencyCode": "CNY"
},
"price": 1155
},
{
"id": 167187,
"website": {
"id": 12,
"currencySymbol": "₩",
"currencyCode": "KRW"
},
"price": 219675
},
{
"id": 167188,
"website": {
"id": 13,
"currencySymbol": "€",
"currencyCode": "EUR"
},
"price": 169
},
{
"id": 167189,
"website": {
"id": 15,
"currencySymbol": "€",
"currencyCode": "EUR"
},
"price": 169
},
{
"id": 167190,
"website": {
"id": 17,
"currencySymbol": "RUB",
"currencyCode": "RUB"
},
"price": 13775
},
{
"id": 167191,
"website": {
"id": 18,
"currencySymbol": "NT$",
"currencyCode": "TWD"
},
"price": 5115
},
{
"id": 167192,
"website": {
"id": 19,
"currencySymbol": "SEK",
"currencyCode": "SEK"
},
"price": 1989
},
{
"id": 167193,
"website": {
"id": 20,
"currencySymbol": "NZ$",
"currencyCode": "NZD"
},
"price": 189
},
{
"id": 167194,
"website": {
"id": 21,
"currencySymbol": "€",
"currencyCode": "EUR"
},
"price": 169
},
{
"id": 167195,
"website": {
"id": 22,
"currencySymbol": "€",
"currencyCode": "EUR"
},
"price": 169
},
{
"id": 167196,
"website": {
"id": 23,
"currencySymbol": "€",
"currencyCode": "EUR"
},
"price": 169
},
{
"id": 167197,
"website": {
"id": 24,
"currencySymbol": "€",
"currencyCode": "EUR"
},
"price": 169
},
{
"id": 167198,
"website": {
"id": 25,
"currencySymbol": "€",
"currencyCode": "EUR"
},
"price": 169
}
],
"releaseMode": "draw",
"url": "https://www.endclothing.com/gb/air-jordan-x-trophy-room-1-low-retro-og-sp-fn0432-100.html",
"urlKey": "air-jordan-x-trophy-room-1-low-retro-og-sp-fn0432-100",
"pullQuote": "Celebrate MJ's legacy with these Air Jordan 1 Retro LW OG sneakers designed by Orlando-based sneaker boutique Trophy Room.",
"hasStock": true,
"soldOut": false,
"productPullQuote": "Celebrate MJ's legacy with these Air Jordan 1 Retro LW OG sneakers designed by Orlando-based sneaker boutique Trophy Room.",
"productImagesLength": 6,
"customThumbnailUrl": "https://launches-media.endclothing.com/FN0432-100_launches_thumbnailv2.jpg",
"restrictedCountries": [
{
"id": 64
}
],
"department": "Sneakers",
"isOnlineDraw": 1,
"isInStoreDraw": 0,
"flagInStoreReleased": 0,
"markdownDescription": "Celebrate MJ's legacy with these Air Jordan 1 Retro LW OG sneakers designed by Orlando-based sneaker boutique Trophy Room. Part of the exclusive Trophy Room collection, this \"Away\" iteration honours the Chicago Bulls' iconic uniforms. They’re decked out with white leather, black Swooshes, and luxurious red satin overlays, complete with gold accents and tonal branding worked into the threads that effortlessly elevate it's coveted status.",
"exclusions": "",
"bulletPoints": "Leather Upper\r\nSatin Overlays\r\nRubber Outsole\r\nStyle Code: FN0432-100",
"descriptions": []
},
... more items
Each item in the items
array represents a raffle, including its unique id
, name
, available sizes
, the closeDate
for the raffle, and an imageUrl
for the product.
The API contains detailed information about each raffle, Remember, the API's data is dynamic and updates frequently as new raffles open and existing ones close, so check back often for the most current information.