id
stringlengths 53
86
| api_name
stringlengths 2
76
| api_description
stringlengths 1
500
⌀ | api_score
float64 0
10
⌀ | endpoint_name
stringlengths 1
190
| endpoint_description
stringlengths 0
500
| response_status_code
int64 100
505
| response_summary
stringlengths 1
68
⌀ | response_json
stringlengths 6
50k
| response_json_schema
stringlengths 14
150k
|
---|---|---|---|---|---|---|---|---|---|
8cc30b01-b1bd-4b2c-a711-8a4ca1404137/bdfd11af-6399-4e84-a880-517b2c33aa35/0/0 | Football Manager API | Extensive API for Football Manager 2024. Fully updated to the new database! Allows searching and filtering for every technical, mental, physical and hidden attribute, as well as numerous other stats. | 8.9 | Get player by ID | Get a player by his unique ID. | 200 | New Example | [{"id": "7458500", "name": "Lionel Messi", "age": "35", "currentAbility": "180", "potentialAbility": "200", "club": "PSG", "nationalities": ["ARG", "ESP"], "positions": ["AM (RC)", "ST (C)"], "askingPrice": "\u20ac76M", "contractLength": "30/6/2023", "personality": "Driven", "searchString": "Lionel Messi", "attributes": {"technicals": {"crossing": 15, "corners": 15, "firstTouch": 19, "finishing": 17, "dribbling": 20, "heading": 10, "freekicks": 18, "marking": 4, "longThrow": 4, "longshots": 16, "passing": 19, "pace": 15, "penalties": 17, "tackling": 7, "technique": 20}, "mentals": {"workrate": 7, "vision": 20, "teamwork": 12, "positioning": 5, "offTheBall": 13, "leadership": 14, "flair": 20, "determination": 20, "decisions": 18, "concentration": 11, "composure": 16, "bravery": 10, "anticipation": 17, "aggression": 7}, "physicals": {"acceleration": 15, "agility": 15, "balance": 18, "jumpingReach": 6, "naturalFitness": 2, "strength": 9, "stamina": 12}, "goalkeeping": {"aerialReach": 3, "communication": 3, "commandOfArea": 1, "eccentricity": 2, "handling": 3, "kicking": 3, "oneVsOne": 2, "punching": 1, "reflexes": 2, "rushingOut": 1, "throwing": 4}, "hidden": {"adaptability": 17, "controversy": 5, "consistency": 16, "ambition": 18, "versatility": 12, "temperament": 14, "sportsmanship": 15, "professionalism": 17, "pressure": 19, "loyalty": 17, "injuryProneness": 6, "importantMatches": 18, "dirtiness": 9}}}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "age": {"type": "string"}, "currentAbility": {"type": "string"}, "potentialAbility": {"type": "string"}, "club": {"type": "string"}, "nationalities": {"type": "array", "items": {"type": "string"}}, "positions": {"type": "array", "items": {"type": "string"}}, "askingPrice": {"type": "string"}, "contractLength": {"type": "string"}, "personality": {"type": "string"}, "searchString": {"type": "string"}, "attributes": {"type": "object", "properties": {"technicals": {"type": "object", "properties": {"crossing": {"type": "integer"}, "corners": {"type": "integer"}, "firstTouch": {"type": "integer"}, "finishing": {"type": "integer"}, "dribbling": {"type": "integer"}, "heading": {"type": "integer"}, "freekicks": {"type": "integer"}, "marking": {"type": "integer"}, "longThrow": {"type": "integer"}, "longshots": {"type": "integer"}, "passing": {"type": "integer"}, "pace": {"type": "integer"}, "penalties": {"type": "integer"}, "tackling": {"type": "integer"}, "technique": {"type": "integer"}}, "required": ["corners", "crossing", "dribbling", "finishing", "firstTouch", "freekicks", "heading", "longThrow", "longshots", "marking", "pace", "passing", "penalties", "tackling", "technique"]}, "mentals": {"type": "object", "properties": {"workrate": {"type": "integer"}, "vision": {"type": "integer"}, "teamwork": {"type": "integer"}, "positioning": {"type": "integer"}, "offTheBall": {"type": "integer"}, "leadership": {"type": "integer"}, "flair": {"type": "integer"}, "determination": {"type": "integer"}, "decisions": {"type": "integer"}, "concentration": {"type": "integer"}, "composure": {"type": "integer"}, "bravery": {"type": "integer"}, "anticipation": {"type": "integer"}, "aggression": {"type": "integer"}}, "required": ["aggression", "anticipation", "bravery", "composure", "concentration", "decisions", "determination", "flair", "leadership", "offTheBall", "positioning", "teamwork", "vision", "workrate"]}, "physicals": {"type": "object", "properties": {"acceleration": {"type": "integer"}, "agility": {"type": "integer"}, "balance": {"type": "integer"}, "jumpingReach": {"type": "integer"}, "naturalFitness": {"type": "integer"}, "strength": {"type": "integer"}, "stamina": {"type": "integer"}}, "required": ["acceleration", "agility", "balance", "jumpingReach", "naturalFitness", "stamina", "strength"]}, "goalkeeping": {"type": "object", "properties": {"aerialReach": {"type": "integer"}, "communication": {"type": "integer"}, "commandOfArea": {"type": "integer"}, "eccentricity": {"type": "integer"}, "handling": {"type": "integer"}, "kicking": {"type": "integer"}, "oneVsOne": {"type": "integer"}, "punching": {"type": "integer"}, "reflexes": {"type": "integer"}, "rushingOut": {"type": "integer"}, "throwing": {"type": "integer"}}, "required": ["aerialReach", "commandOfArea", "communication", "eccentricity", "handling", "kicking", "oneVsOne", "punching", "reflexes", "rushingOut", "throwing"]}, "hidden": {"type": "object", "properties": {"adaptability": {"type": "integer"}, "controversy": {"type": "integer"}, "consistency": {"type": "integer"}, "ambition": {"type": "integer"}, "versatility": {"type": "integer"}, "temperament": {"type": "integer"}, "sportsmanship": {"type": "integer"}, "professionalism": {"type": "integer"}, "pressure": {"type": "integer"}, "loyalty": {"type": "integer"}, "injuryProneness": {"type": "integer"}, "importantMatches": {"type": "integer"}, "dirtiness": {"type": "integer"}}, "required": ["adaptability", "ambition", "consistency", "controversy", "dirtiness", "importantMatches", "injuryProneness", "loyalty", "pressure", "professionalism", "sportsmanship", "temperament", "versatility"]}}, "required": ["goalkeeping", "hidden", "mentals", "physicals", "technicals"]}}, "required": ["age", "askingPrice", "attributes", "club", "contractLength", "currentAbility", "id", "name", "nationalities", "personality", "positions", "potentialAbility", "searchString"]}} |
f97f0149-a3c0-4e89-92a5-312ed80466f8/9f3a9184-51f5-4ceb-9488-435f4301fd06/0/0 | card-world | Сайт по карточкам | null | Users | Просто проверка | 200 | New Example | {"key1": "value", "key2": "value"} | {"key1": "value", "key2": "value"} |
f97f0149-a3c0-4e89-92a5-312ed80466f8/9f3a9184-51f5-4ceb-9488-435f4301fd06/1/0 | card-world | Сайт по карточкам | null | Users | Просто проверка | 502 | Response | {"messages": "The API is unreachable, please contact the API provider", "info": "Your Client (working) ---> Gateway (working) ---> API (not working)"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"messages": {"type": "string"}, "info": {"type": "string"}}, "required": ["info", "messages"]} |
a36b5a47-b77e-4ddb-abd6-ce81be26dbcd/b11c030d-909f-485b-b3a0-85db9b3ce732/0/0 | Optimal Rubik Cube 3x3 | This API implements the two-phase-algorithm in its fully developed form.
It solves a given 3x3 Rubik Cube for optimal solution. It is also possible to find the optimal solution to solve the cube for a specific target pattern. Further the API can be used to return a random rubik cube and its solution. | null | requestSolveTo | Requires an input schema (see API description for rubik cube notation). Takes the rubik cube string and the number of steps as input. Returns the solution with the fewest necessary steps, however with at most the given steps. | 200 | null | {"solution": "D2 B1 R1 B2 L2 F1 U3 R1 U3 D3 L1 U2 F3 U2 F1 D2 F1 L2 F2 B3"} | {"type": "object", "properties": {"solution": {"type": "string"}}} |
a36b5a47-b77e-4ddb-abd6-ce81be26dbcd/3fa4cd1f-6f69-47cd-92fe-751f5fd1ac19/0/0 | Optimal Rubik Cube 3x3 | This API implements the two-phase-algorithm in its fully developed form.
It solves a given 3x3 Rubik Cube for optimal solution. It is also possible to find the optimal solution to solve the cube for a specific target pattern. Further the API can be used to return a random rubik cube and its solution. | null | requestQuickSolve | Requires an input schema (see API description for rubik cube notation). | 200 | null | {"solution": "F1 D1 L1 U1 R2 D1 F3 B2 L3 F3 B3 R2 B2 R2 U1 R2 U3 R2 D1 B2"} | {"type": "object", "properties": {"solution": {"type": "string"}}} |
a36b5a47-b77e-4ddb-abd6-ce81be26dbcd/92188d56-e9d7-4d83-8ba1-3ac5927bcc3d/0/0 | Optimal Rubik Cube 3x3 | This API implements the two-phase-algorithm in its fully developed form.
It solves a given 3x3 Rubik Cube for optimal solution. It is also possible to find the optimal solution to solve the cube for a specific target pattern. Further the API can be used to return a random rubik cube and its solution. | null | requestSolve | Requires an input schema (see API description for rubik cube notation). Takes the rubik cube string and the number of steps as input. Returns the solution with the fewest necessary steps, however with at most the given steps. | 200 | null | {"solution": "F1 D1 L1 U1 R2 D1 F3 B2 L3 F3 B3 R2 B2 R2 U1 R2 U3 R2 D1 B2"} | {"type": "object", "properties": {"solution": {"type": "string"}}} |
a36b5a47-b77e-4ddb-abd6-ce81be26dbcd/d1de4c23-9a48-4756-8f8d-12f7c9541fb3/0/0 | Optimal Rubik Cube 3x3 | This API implements the two-phase-algorithm in its fully developed form.
It solves a given 3x3 Rubik Cube for optimal solution. It is also possible to find the optimal solution to solve the cube for a specific target pattern. Further the API can be used to return a random rubik cube and its solution. | null | requestRandom | You can use the response as input for the other endpoints | 200 | null | {"randomCube": "BUFLUFRBLBRUFRRLLDFUULFLBBBDDDRDUDUFRBUDLDRDRLFUBBFLRF", "solution": "D1 F2 U1 F1 U1 R2 D1 B1 L2 U3 L1 U1 B2 L2 B2 D1 R2 D3 L2 D2"} | {"type": "object", "properties": {"randomCube": {"type": "string"}, "solution": {"type": "string"}}} |
a33d3dbb-2624-4e93-a021-4ddc83c3337f/18388214-64f6-4e82-8874-a686ada682a6/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_dress_up_api_v1_dress_up_get | 200 | null | {"items": [{"name": "", "variation": "", "diy": "", "buy": "", "sell": "", "color_1": "", "color_2": "", "size": "", "source": "", "source_notes": "", "seasonal_availability": "", "mannequin_piece": "", "version": "", "style": "", "label_themes": "", "villager_equippable": "", "catalog": "", "primary_shape": "", "secondary_shape": "", "filename": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[DressUpOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "DressUpOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "variation": {"title": "Variation", "type": "string"}, "diy": {"title": "Diy", "type": "string"}, "buy": {"title": "Buy", "type": "string"}, "sell": {"title": "Sell", "type": "string"}, "color_1": {"title": "Color 1", "type": "string"}, "color_2": {"title": "Color 2", "type": "string"}, "size": {"title": "Size", "type": "string"}, "source": {"title": "Source", "type": "string"}, "source_notes": {"title": "Source Notes", "type": "string"}, "seasonal_availability": {"title": "Seasonal Availability", "type": "string"}, "mannequin_piece": {"title": "Mannequin Piece", "type": "string"}, "version": {"title": "Version", "type": "string"}, "style": {"title": "Style", "type": "string"}, "label_themes": {"title": "Label Themes", "type": "string"}, "villager_equippable": {"title": "Villager Equippable", "type": "string"}, "catalog": {"title": "Catalog", "type": "string"}, "primary_shape": {"title": "Primary Shape", "type": "string"}, "secondary_shape": {"title": "Secondary Shape", "type": "string"}, "filename": {"title": "Filename", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/18388214-64f6-4e82-8874-a686ada682a6/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_dress_up_api_v1_dress_up_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/2532d0a9-8ae6-4c6e-9cdb-e3779bf599f2/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_wall_mounted_api_v1_wall_mounted_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/2532d0a9-8ae6-4c6e-9cdb-e3779bf599f2/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_wall_mounted_api_v1_wall_mounted_get | 200 | null | {"items": [{"name": "", "variation": "", "body_title": "", "pattern": "", "pattern_title": "", "diy": "", "body_customize": "", "pattern_customize": "", "kit_cost": "", "buy": "", "sell": "", "color_1": "", "color_2": "", "size": "", "source": "", "source_notes": "", "version": "", "hha_concept_1": "", "hha_concept_2": "", "hha_series": "", "hha_set": "", "interact": "", "tag": "", "outdoor": "", "lighting_type": "", "door_deco": "", "catalog": "", "filename": "", "variant_id": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[WallMountedOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "WallMountedOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "variation": {"title": "Variation", "type": "string"}, "body_title": {"title": "Body Title", "type": "string"}, "pattern": {"title": "Pattern", "type": "string"}, "pattern_title": {"title": "Pattern Title", "type": "string"}, "diy": {"title": "Diy", "type": "string"}, "body_customize": {"title": "Body Customize", "type": "string"}, "pattern_customize": {"title": "Pattern Customize", "type": "string"}, "kit_cost": {"title": "Kit Cost", "type": "string"}, "buy": {"title": "Buy", "type": "string"}, "sell": {"title": "Sell", "type": "string"}, "color_1": {"title": "Color 1", "type": "string"}, "color_2": {"title": "Color 2", "type": "string"}, "size": {"title": "Size", "type": "string"}, "source": {"title": "Source", "type": "string"}, "source_notes": {"title": "Source Notes", "type": "string"}, "version": {"title": "Version", "type": "string"}, "hha_concept_1": {"title": "Hha Concept 1", "type": "string"}, "hha_concept_2": {"title": "Hha Concept 2", "type": "string"}, "hha_series": {"title": "Hha Series", "type": "string"}, "hha_set": {"title": "Hha Set", "type": "string"}, "interact": {"title": "Interact", "type": "string"}, "tag": {"title": "Tag", "type": "string"}, "outdoor": {"title": "Outdoor", "type": "string"}, "lighting_type": {"title": "Lighting Type", "type": "string"}, "door_deco": {"title": "Door Deco", "type": "string"}, "catalog": {"title": "Catalog", "type": "string"}, "filename": {"title": "Filename", "type": "string"}, "variant_id": {"title": "Variant Id", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/87e756e0-561a-40c0-a83f-3f65f0c2bcc1/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_tools_api_v1_tools_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/87e756e0-561a-40c0-a83f-3f65f0c2bcc1/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_tools_api_v1_tools_get | 200 | null | {"items": [{"name": "", "variation": "", "body_title": "", "diy": "", "customize": "", "kit_cost": "", "uses": "", "stack_size": "", "buy": "", "sell": "", "color_1": "", "color_2": "", "size": "", "set": "", "miles_price": "", "source": "", "source_notes": "", "version": "", "filename": "", "variant_id": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[ToolsOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "ToolsOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "variation": {"title": "Variation", "type": "string"}, "body_title": {"title": "Body Title", "type": "string"}, "diy": {"title": "Diy", "type": "string"}, "customize": {"title": "Customize", "type": "string"}, "kit_cost": {"title": "Kit Cost", "type": "string"}, "uses": {"title": "Uses", "type": "string"}, "stack_size": {"title": "Stack Size", "type": "string"}, "buy": {"title": "Buy", "type": "string"}, "sell": {"title": "Sell", "type": "string"}, "color_1": {"title": "Color 1", "type": "string"}, "color_2": {"title": "Color 2", "type": "string"}, "size": {"title": "Size", "type": "string"}, "set": {"title": "Set", "type": "string"}, "miles_price": {"title": "Miles Price", "type": "string"}, "source": {"title": "Source", "type": "string"}, "source_notes": {"title": "Source Notes", "type": "string"}, "version": {"title": "Version", "type": "string"}, "filename": {"title": "Filename", "type": "string"}, "variant_id": {"title": "Variant Id", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/bcf5ddbd-154e-4aa0-8d90-93ed7ffa0df4/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_socks_api_v1_socks_get | 200 | null | {"items": [{"name": "", "variation": "", "diy": "", "buy": "", "sell": "", "color_1": "", "color_2": "", "size": "", "miles_price": "", "source": "", "source_notes": "", "seasonal_availability": "", "mannequin_piece": "", "version": "", "style": "", "label_themes": "", "villager_equippable": "", "catalog": "", "filename": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[SocksOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "SocksOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "variation": {"title": "Variation", "type": "string"}, "diy": {"title": "Diy", "type": "string"}, "buy": {"title": "Buy", "type": "string"}, "sell": {"title": "Sell", "type": "string"}, "color_1": {"title": "Color 1", "type": "string"}, "color_2": {"title": "Color 2", "type": "string"}, "size": {"title": "Size", "type": "string"}, "miles_price": {"title": "Miles Price", "type": "string"}, "source": {"title": "Source", "type": "string"}, "source_notes": {"title": "Source Notes", "type": "string"}, "seasonal_availability": {"title": "Seasonal Availability", "type": "string"}, "mannequin_piece": {"title": "Mannequin Piece", "type": "string"}, "version": {"title": "Version", "type": "string"}, "style": {"title": "Style", "type": "string"}, "label_themes": {"title": "Label Themes", "type": "string"}, "villager_equippable": {"title": "Villager Equippable", "type": "string"}, "catalog": {"title": "Catalog", "type": "string"}, "filename": {"title": "Filename", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/bcf5ddbd-154e-4aa0-8d90-93ed7ffa0df4/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_socks_api_v1_socks_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/567bcd86-02c6-48cb-8219-e79488943c79/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_reactions_api_v1_reactions_get | 200 | null | {"items": [{"name": "", "source": "", "source_notes": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[ReactionsOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "ReactionsOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "source": {"title": "Source", "type": "string"}, "source_notes": {"title": "Source Notes", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/567bcd86-02c6-48cb-8219-e79488943c79/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_reactions_api_v1_reactions_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/185c9a46-3651-41b4-acf3-e2c042e58f69/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_fossils_api_v1_fossils_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/185c9a46-3651-41b4-acf3-e2c042e58f69/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_fossils_api_v1_fossils_get | 200 | null | {"items": [{"name": "", "buy": "", "sell": "", "color_1": "", "color_2": "", "size": "", "source": "", "museum": "", "version": "", "interact": "", "catalog": "", "filename": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[FossilsOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "FossilsOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "buy": {"title": "Buy", "type": "string"}, "sell": {"title": "Sell", "type": "string"}, "color_1": {"title": "Color 1", "type": "string"}, "color_2": {"title": "Color 2", "type": "string"}, "size": {"title": "Size", "type": "string"}, "source": {"title": "Source", "type": "string"}, "museum": {"title": "Museum", "type": "string"}, "version": {"title": "Version", "type": "string"}, "interact": {"title": "Interact", "type": "string"}, "catalog": {"title": "Catalog", "type": "string"}, "filename": {"title": "Filename", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/6909a809-508e-46d3-b661-294c1df70204/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_achievements_api_v1_achievements_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/6909a809-508e-46d3-b661-294c1df70204/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_achievements_api_v1_achievements_get | 200 | null | {"items": [{"name": "", "award_criteria": "", "internal_id": "", "internal_name": "", "internal_category": "", "num_of_tiers": "", "tier_1": "", "tier_2": "", "tier_3": "", "tier_4": "", "tier_5": "", "reward_tier_1": "", "reward_tier_2": "", "reward_tier_3": "", "reward_tier_4": "", "reward_tier_5": "", "reward_tier_6": "", "sequential": "", "version": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[AchievementsOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "AchievementsOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "award_criteria": {"title": "Award Criteria", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "internal_name": {"title": "Internal Name", "type": "string"}, "internal_category": {"title": "Internal Category", "type": "string"}, "num_of_tiers": {"title": "Num Of Tiers", "type": "string"}, "tier_1": {"title": "Tier 1", "type": "string"}, "tier_2": {"title": "Tier 2", "type": "string"}, "tier_3": {"title": "Tier 3", "type": "string"}, "tier_4": {"title": "Tier 4", "type": "string"}, "tier_5": {"title": "Tier 5", "type": "string"}, "reward_tier_1": {"title": "Reward Tier 1", "type": "string"}, "reward_tier_2": {"title": "Reward Tier 2", "type": "string"}, "reward_tier_3": {"title": "Reward Tier 3", "type": "string"}, "reward_tier_4": {"title": "Reward Tier 4", "type": "string"}, "reward_tier_5": {"title": "Reward Tier 5", "type": "string"}, "reward_tier_6": {"title": "Reward Tier 6", "type": "string"}, "sequential": {"title": "Sequential", "type": "string"}, "version": {"title": "Version", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/071cb001-1df4-42b6-8ee4-992e96924a9c/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_headwear_api_v1_headwear_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/071cb001-1df4-42b6-8ee4-992e96924a9c/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_headwear_api_v1_headwear_get | 200 | null | {"items": [{"name": "", "variation": "", "diy": "", "buy": "", "sell": "", "color_1": "", "color_2": "", "size": "", "miles_price": "", "source": "", "source_notes": "", "seasonal_availability": "", "mannequin_piece": "", "version": "", "style": "", "label_themes": "", "type": "", "villager_equippable": "", "catalog": "", "filename": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[HeadwearOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "HeadwearOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "variation": {"title": "Variation", "type": "string"}, "diy": {"title": "Diy", "type": "string"}, "buy": {"title": "Buy", "type": "string"}, "sell": {"title": "Sell", "type": "string"}, "color_1": {"title": "Color 1", "type": "string"}, "color_2": {"title": "Color 2", "type": "string"}, "size": {"title": "Size", "type": "string"}, "miles_price": {"title": "Miles Price", "type": "string"}, "source": {"title": "Source", "type": "string"}, "source_notes": {"title": "Source Notes", "type": "string"}, "seasonal_availability": {"title": "Seasonal Availability", "type": "string"}, "mannequin_piece": {"title": "Mannequin Piece", "type": "string"}, "version": {"title": "Version", "type": "string"}, "style": {"title": "Style", "type": "string"}, "label_themes": {"title": "Label Themes", "type": "string"}, "type": {"title": "Type", "type": "string"}, "villager_equippable": {"title": "Villager Equippable", "type": "string"}, "catalog": {"title": "Catalog", "type": "string"}, "filename": {"title": "Filename", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/b5906317-e863-4e0d-943d-c8edc9d7e7c4/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_accessories_api_v1_accessories_get | 200 | null | {"items": [{"name": "", "variation": "", "diy": "", "buy": "", "sell": "", "color_1": "", "color_2": "", "size": "", "miles_price": "", "source": "", "source_notes": "", "seasonal_availability": "", "mannequin_piece": "", "version": "", "style": "", "label_themes": "", "type": "", "villager_equippable": "", "catalog": "", "filename": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[AccessoriesOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "AccessoriesOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "variation": {"title": "Variation", "type": "string"}, "diy": {"title": "Diy", "type": "string"}, "buy": {"title": "Buy", "type": "string"}, "sell": {"title": "Sell", "type": "string"}, "color_1": {"title": "Color 1", "type": "string"}, "color_2": {"title": "Color 2", "type": "string"}, "size": {"title": "Size", "type": "string"}, "miles_price": {"title": "Miles Price", "type": "string"}, "source": {"title": "Source", "type": "string"}, "source_notes": {"title": "Source Notes", "type": "string"}, "seasonal_availability": {"title": "Seasonal Availability", "type": "string"}, "mannequin_piece": {"title": "Mannequin Piece", "type": "string"}, "version": {"title": "Version", "type": "string"}, "style": {"title": "Style", "type": "string"}, "label_themes": {"title": "Label Themes", "type": "string"}, "type": {"title": "Type", "type": "string"}, "villager_equippable": {"title": "Villager Equippable", "type": "string"}, "catalog": {"title": "Catalog", "type": "string"}, "filename": {"title": "Filename", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/b5906317-e863-4e0d-943d-c8edc9d7e7c4/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_accessories_api_v1_accessories_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/773e22f4-2de9-4659-bedb-34e9ac1e2768/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_photos_api_v1_photos_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/773e22f4-2de9-4659-bedb-34e9ac1e2768/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_photos_api_v1_photos_get | 200 | null | {"items": [{"name": "", "variation": "", "body_title": "", "pattern": "", "pattern_title": "", "diy": "", "customize": "", "kit_cost": "", "buy": "", "sell": "", "color_1": "", "color_2": "", "size": "", "source": "", "version": "", "catalog": "", "filename": "", "variant_id": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[PhotosOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "PhotosOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "variation": {"title": "Variation", "type": "string"}, "body_title": {"title": "Body Title", "type": "string"}, "pattern": {"title": "Pattern", "type": "string"}, "pattern_title": {"title": "Pattern Title", "type": "string"}, "diy": {"title": "Diy", "type": "string"}, "customize": {"title": "Customize", "type": "string"}, "kit_cost": {"title": "Kit Cost", "type": "string"}, "buy": {"title": "Buy", "type": "string"}, "sell": {"title": "Sell", "type": "string"}, "color_1": {"title": "Color 1", "type": "string"}, "color_2": {"title": "Color 2", "type": "string"}, "size": {"title": "Size", "type": "string"}, "source": {"title": "Source", "type": "string"}, "version": {"title": "Version", "type": "string"}, "catalog": {"title": "Catalog", "type": "string"}, "filename": {"title": "Filename", "type": "string"}, "variant_id": {"title": "Variant Id", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/0657b31e-c3cc-4abf-b27b-4b06bbb93b81/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_art_api_v1_art_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/0657b31e-c3cc-4abf-b27b-4b06bbb93b81/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_art_api_v1_art_get | 200 | null | {"items": [{"name": "", "genuine": "", "category": "", "buy": "", "sell": "", "color_1": "", "color_2": "", "size": "", "real_artwork_title": "", "artist": "", "museum_description": "", "source": "", "source_notes": "", "version": "", "hha_concept_1": "", "hha_concept_2": "", "hha_series": "", "hha_set": "", "interact": "", "tag": "", "speaker_type": "", "lighting_type": "", "catalog": "", "filename": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[ArtOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "ArtOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "genuine": {"title": "Genuine", "type": "string"}, "category": {"title": "Category", "type": "string"}, "buy": {"title": "Buy", "type": "string"}, "sell": {"title": "Sell", "type": "string"}, "color_1": {"title": "Color 1", "type": "string"}, "color_2": {"title": "Color 2", "type": "string"}, "size": {"title": "Size", "type": "string"}, "real_artwork_title": {"title": "Real Artwork Title", "type": "string"}, "artist": {"title": "Artist", "type": "string"}, "museum_description": {"title": "Museum Description", "type": "string"}, "source": {"title": "Source", "type": "string"}, "source_notes": {"title": "Source Notes", "type": "string"}, "version": {"title": "Version", "type": "string"}, "hha_concept_1": {"title": "Hha Concept 1", "type": "string"}, "hha_concept_2": {"title": "Hha Concept 2", "type": "string"}, "hha_series": {"title": "Hha Series", "type": "string"}, "hha_set": {"title": "Hha Set", "type": "string"}, "interact": {"title": "Interact", "type": "string"}, "tag": {"title": "Tag", "type": "string"}, "speaker_type": {"title": "Speaker Type", "type": "string"}, "lighting_type": {"title": "Lighting Type", "type": "string"}, "catalog": {"title": "Catalog", "type": "string"}, "filename": {"title": "Filename", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/79afc66a-c191-410f-ad21-eb8c5797c071/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_posters_api_v1_posters_get | 200 | null | {"items": [{"name": "", "buy": "", "sell": "", "color_1": "", "color_2": "", "size": "", "source": "", "source_notes": "", "version": "", "catalog": "", "filename": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[PostersOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "PostersOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "buy": {"title": "Buy", "type": "string"}, "sell": {"title": "Sell", "type": "string"}, "color_1": {"title": "Color 1", "type": "string"}, "color_2": {"title": "Color 2", "type": "string"}, "size": {"title": "Size", "type": "string"}, "source": {"title": "Source", "type": "string"}, "source_notes": {"title": "Source Notes", "type": "string"}, "version": {"title": "Version", "type": "string"}, "catalog": {"title": "Catalog", "type": "string"}, "filename": {"title": "Filename", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/79afc66a-c191-410f-ad21-eb8c5797c071/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_posters_api_v1_posters_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/2e6b8a0b-8e99-4713-a25b-468507bdab6f/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_bottoms_api_v1_bottoms_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/2e6b8a0b-8e99-4713-a25b-468507bdab6f/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_bottoms_api_v1_bottoms_get | 200 | null | {"items": [{"name": "", "variation": "", "diy": "", "buy": "", "sell": "", "color_1": "", "color_2": "", "size": "", "source": "", "source_notes": "", "seasonal_availability": "", "mannequin_piece": "", "version": "", "style": "", "label_themes": "", "villager_equippable": "", "catalog": "", "filename": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[BottomsOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "BottomsOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "variation": {"title": "Variation", "type": "string"}, "diy": {"title": "Diy", "type": "string"}, "buy": {"title": "Buy", "type": "string"}, "sell": {"title": "Sell", "type": "string"}, "color_1": {"title": "Color 1", "type": "string"}, "color_2": {"title": "Color 2", "type": "string"}, "size": {"title": "Size", "type": "string"}, "source": {"title": "Source", "type": "string"}, "source_notes": {"title": "Source Notes", "type": "string"}, "seasonal_availability": {"title": "Seasonal Availability", "type": "string"}, "mannequin_piece": {"title": "Mannequin Piece", "type": "string"}, "version": {"title": "Version", "type": "string"}, "style": {"title": "Style", "type": "string"}, "label_themes": {"title": "Label Themes", "type": "string"}, "villager_equippable": {"title": "Villager Equippable", "type": "string"}, "catalog": {"title": "Catalog", "type": "string"}, "filename": {"title": "Filename", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/10dd0486-84fc-4982-9c08-099f6aad5de0/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_rugs_api_v1_rugs_get | 200 | null | {"items": [{"name": "", "diy": "", "buy": "", "sell": "", "color_1": "", "color_2": "", "size": "", "miles_price": "", "source": "", "source_notes": "", "version": "", "hha_concept_1": "", "hha_concept_2": "", "hha_series": "", "tag": "", "catalog": "", "filename": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[RugsOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "RugsOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "diy": {"title": "Diy", "type": "string"}, "buy": {"title": "Buy", "type": "string"}, "sell": {"title": "Sell", "type": "string"}, "color_1": {"title": "Color 1", "type": "string"}, "color_2": {"title": "Color 2", "type": "string"}, "size": {"title": "Size", "type": "string"}, "miles_price": {"title": "Miles Price", "type": "string"}, "source": {"title": "Source", "type": "string"}, "source_notes": {"title": "Source Notes", "type": "string"}, "version": {"title": "Version", "type": "string"}, "hha_concept_1": {"title": "Hha Concept 1", "type": "string"}, "hha_concept_2": {"title": "Hha Concept 2", "type": "string"}, "hha_series": {"title": "Hha Series", "type": "string"}, "tag": {"title": "Tag", "type": "string"}, "catalog": {"title": "Catalog", "type": "string"}, "filename": {"title": "Filename", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/10dd0486-84fc-4982-9c08-099f6aad5de0/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_rugs_api_v1_rugs_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/bea247e0-9ca7-4c20-a80d-53e48e515b38/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_housewares_api_v1_housewares_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/bea247e0-9ca7-4c20-a80d-53e48e515b38/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_housewares_api_v1_housewares_get | 200 | null | {"items": [{"name": "", "variation": "", "body_title": "", "pattern": "", "pattern_title": "", "diy": "", "body_customize": "", "pattern_customize": "", "kit_cost": "", "buy": "", "sell": "", "color_1": "", "color_2": "", "size": "", "miles_price": "", "source": "", "source_notes": "", "version": "", "hha_concept_1": "", "hha_concept_2": "", "hha_series": "", "hha_set": "", "interact": "", "tag": "", "outdoor": "", "speaker_type": "", "lighting_type": "", "catalog": "", "filename": "", "variant_id": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[HousewaresOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "HousewaresOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "variation": {"title": "Variation", "type": "string"}, "body_title": {"title": "Body Title", "type": "string"}, "pattern": {"title": "Pattern", "type": "string"}, "pattern_title": {"title": "Pattern Title", "type": "string"}, "diy": {"title": "Diy", "type": "string"}, "body_customize": {"title": "Body Customize", "type": "string"}, "pattern_customize": {"title": "Pattern Customize", "type": "string"}, "kit_cost": {"title": "Kit Cost", "type": "string"}, "buy": {"title": "Buy", "type": "string"}, "sell": {"title": "Sell", "type": "string"}, "color_1": {"title": "Color 1", "type": "string"}, "color_2": {"title": "Color 2", "type": "string"}, "size": {"title": "Size", "type": "string"}, "miles_price": {"title": "Miles Price", "type": "string"}, "source": {"title": "Source", "type": "string"}, "source_notes": {"title": "Source Notes", "type": "string"}, "version": {"title": "Version", "type": "string"}, "hha_concept_1": {"title": "Hha Concept 1", "type": "string"}, "hha_concept_2": {"title": "Hha Concept 2", "type": "string"}, "hha_series": {"title": "Hha Series", "type": "string"}, "hha_set": {"title": "Hha Set", "type": "string"}, "interact": {"title": "Interact", "type": "string"}, "tag": {"title": "Tag", "type": "string"}, "outdoor": {"title": "Outdoor", "type": "string"}, "speaker_type": {"title": "Speaker Type", "type": "string"}, "lighting_type": {"title": "Lighting Type", "type": "string"}, "catalog": {"title": "Catalog", "type": "string"}, "filename": {"title": "Filename", "type": "string"}, "variant_id": {"title": "Variant Id", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/04e9f47e-d1f7-43bf-824a-9566ce208581/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_miscellaneous_api_v1_miscellaneous_get | 200 | null | {"items": [{"name": "", "variation": "", "body_title": "", "pattern": "", "pattern_title": "", "diy": "", "body_customize": "", "pattern_customize": "", "kit_cost": "", "buy": "", "sell": "", "color_1": "", "color_2": "", "size": "", "source": "", "source_notes": "", "version": "", "hha_concept_1": "", "hha_concept_2": "", "hha_series": "", "hha_set": "", "interact": "", "tag": "", "outdoor": "", "speaker_type": "", "lighting_type": "", "catalog": "", "filename": "", "variant_id": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[MiscellaneousOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "MiscellaneousOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "variation": {"title": "Variation", "type": "string"}, "body_title": {"title": "Body Title", "type": "string"}, "pattern": {"title": "Pattern", "type": "string"}, "pattern_title": {"title": "Pattern Title", "type": "string"}, "diy": {"title": "Diy", "type": "string"}, "body_customize": {"title": "Body Customize", "type": "string"}, "pattern_customize": {"title": "Pattern Customize", "type": "string"}, "kit_cost": {"title": "Kit Cost", "type": "string"}, "buy": {"title": "Buy", "type": "string"}, "sell": {"title": "Sell", "type": "string"}, "color_1": {"title": "Color 1", "type": "string"}, "color_2": {"title": "Color 2", "type": "string"}, "size": {"title": "Size", "type": "string"}, "source": {"title": "Source", "type": "string"}, "source_notes": {"title": "Source Notes", "type": "string"}, "version": {"title": "Version", "type": "string"}, "hha_concept_1": {"title": "Hha Concept 1", "type": "string"}, "hha_concept_2": {"title": "Hha Concept 2", "type": "string"}, "hha_series": {"title": "Hha Series", "type": "string"}, "hha_set": {"title": "Hha Set", "type": "string"}, "interact": {"title": "Interact", "type": "string"}, "tag": {"title": "Tag", "type": "string"}, "outdoor": {"title": "Outdoor", "type": "string"}, "speaker_type": {"title": "Speaker Type", "type": "string"}, "lighting_type": {"title": "Lighting Type", "type": "string"}, "catalog": {"title": "Catalog", "type": "string"}, "filename": {"title": "Filename", "type": "string"}, "variant_id": {"title": "Variant Id", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/04e9f47e-d1f7-43bf-824a-9566ce208581/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_miscellaneous_api_v1_miscellaneous_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/1818cb8f-6059-4a38-a532-ca22d3c9d254/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_shoes_api_v1_shoes_get | 200 | null | {"items": [{"name": "", "variation": "", "diy": "", "buy": "", "sell": "", "color_1": "", "color_2": "", "size": "", "miles_price": "", "source": "", "source_notes": "", "seasonal_availability": "", "mannequin_piece": "", "version": "", "style": "", "label_themes": "", "villager_equippable": "", "catalog": "", "filename": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[ShoesOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "ShoesOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "variation": {"title": "Variation", "type": "string"}, "diy": {"title": "Diy", "type": "string"}, "buy": {"title": "Buy", "type": "string"}, "sell": {"title": "Sell", "type": "string"}, "color_1": {"title": "Color 1", "type": "string"}, "color_2": {"title": "Color 2", "type": "string"}, "size": {"title": "Size", "type": "string"}, "miles_price": {"title": "Miles Price", "type": "string"}, "source": {"title": "Source", "type": "string"}, "source_notes": {"title": "Source Notes", "type": "string"}, "seasonal_availability": {"title": "Seasonal Availability", "type": "string"}, "mannequin_piece": {"title": "Mannequin Piece", "type": "string"}, "version": {"title": "Version", "type": "string"}, "style": {"title": "Style", "type": "string"}, "label_themes": {"title": "Label Themes", "type": "string"}, "villager_equippable": {"title": "Villager Equippable", "type": "string"}, "catalog": {"title": "Catalog", "type": "string"}, "filename": {"title": "Filename", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/1818cb8f-6059-4a38-a532-ca22d3c9d254/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_shoes_api_v1_shoes_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/a759c7be-828f-45f8-aaad-5a06f731b9a6/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_tops_api_v1_tops_get | 200 | null | {"items": [{"name": "", "variation": "", "diy": "", "buy": "", "sell": "", "color_1": "", "color_2": "", "size": "", "miles_price": "", "source": "", "source_notes": "", "seasonal_availability": "", "mannequin_piece": "", "version": "", "style": "", "label_themes": "", "villager_equippable": "", "catalog": "", "filename": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[TopsOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "TopsOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "variation": {"title": "Variation", "type": "string"}, "diy": {"title": "Diy", "type": "string"}, "buy": {"title": "Buy", "type": "string"}, "sell": {"title": "Sell", "type": "string"}, "color_1": {"title": "Color 1", "type": "string"}, "color_2": {"title": "Color 2", "type": "string"}, "size": {"title": "Size", "type": "string"}, "miles_price": {"title": "Miles Price", "type": "string"}, "source": {"title": "Source", "type": "string"}, "source_notes": {"title": "Source Notes", "type": "string"}, "seasonal_availability": {"title": "Seasonal Availability", "type": "string"}, "mannequin_piece": {"title": "Mannequin Piece", "type": "string"}, "version": {"title": "Version", "type": "string"}, "style": {"title": "Style", "type": "string"}, "label_themes": {"title": "Label Themes", "type": "string"}, "villager_equippable": {"title": "Villager Equippable", "type": "string"}, "catalog": {"title": "Catalog", "type": "string"}, "filename": {"title": "Filename", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/a759c7be-828f-45f8-aaad-5a06f731b9a6/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_tops_api_v1_tops_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/19281c64-2bd7-4fc9-b6d1-7eed92f465cc/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_floors_api_v1_floors_get | 200 | null | {"items": [{"name": "", "vfx": "", "diy": "", "buy": "", "sell": "", "color_1": "", "color_2": "", "miles_price": "", "source": "", "source_notes": "", "version": "", "hha_concept_1": "", "hha_concept_2": "", "hha_series": "", "tag": "", "catalog": "", "filename": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[FloorsOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "FloorsOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "vfx": {"title": "Vfx", "type": "string"}, "diy": {"title": "Diy", "type": "string"}, "buy": {"title": "Buy", "type": "string"}, "sell": {"title": "Sell", "type": "string"}, "color_1": {"title": "Color 1", "type": "string"}, "color_2": {"title": "Color 2", "type": "string"}, "miles_price": {"title": "Miles Price", "type": "string"}, "source": {"title": "Source", "type": "string"}, "source_notes": {"title": "Source Notes", "type": "string"}, "version": {"title": "Version", "type": "string"}, "hha_concept_1": {"title": "Hha Concept 1", "type": "string"}, "hha_concept_2": {"title": "Hha Concept 2", "type": "string"}, "hha_series": {"title": "Hha Series", "type": "string"}, "tag": {"title": "Tag", "type": "string"}, "catalog": {"title": "Catalog", "type": "string"}, "filename": {"title": "Filename", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/19281c64-2bd7-4fc9-b6d1-7eed92f465cc/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_floors_api_v1_floors_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/34e9a8b8-b1ce-44bb-bb04-fa6819687a12/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_fish_api_v1_fish_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/34e9a8b8-b1ce-44bb-bb04-fa6819687a12/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_fish_api_v1_fish_get | 200 | null | {"items": [{"name": "", "sell": "", "where_how": "", "shadow": "", "total_catches_to_unlock": "", "spawn_rates": "", "rain_snow_catch_up": "", "nh_jan": "", "nh_feb": "", "nh_mar": "", "nh_apr": "", "nh_may": "", "nh_jun": "", "nh_jul": "", "nh_aug": "", "nh_sep": "", "nh_oct": "", "nh_nov": "", "nh_dec": "", "sh_jan": "", "sh_feb": "", "sh_mar": "", "sh_apr": "", "sh_may": "", "sh_jun": "", "sh_jul": "", "sh_aug": "", "sh_sep": "", "sh_oct": "", "sh_nov": "", "sh_dec": "", "color_1": "", "color_2": "", "size": "", "lighting_type": "", "icon_filename": "", "critterpedia_filename": "", "furniture_filename": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[FishOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "FishOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "sell": {"title": "Sell", "type": "string"}, "where_how": {"title": "Where How", "type": "string"}, "shadow": {"title": "Shadow", "type": "string"}, "total_catches_to_unlock": {"title": "Total Catches To Unlock", "type": "string"}, "spawn_rates": {"title": "Spawn Rates", "type": "string"}, "rain_snow_catch_up": {"title": "Rain Snow Catch Up", "type": "string"}, "nh_jan": {"title": "Nh Jan", "type": "string"}, "nh_feb": {"title": "Nh Feb", "type": "string"}, "nh_mar": {"title": "Nh Mar", "type": "string"}, "nh_apr": {"title": "Nh Apr", "type": "string"}, "nh_may": {"title": "Nh May", "type": "string"}, "nh_jun": {"title": "Nh Jun", "type": "string"}, "nh_jul": {"title": "Nh Jul", "type": "string"}, "nh_aug": {"title": "Nh Aug", "type": "string"}, "nh_sep": {"title": "Nh Sep", "type": "string"}, "nh_oct": {"title": "Nh Oct", "type": "string"}, "nh_nov": {"title": "Nh Nov", "type": "string"}, "nh_dec": {"title": "Nh Dec", "type": "string"}, "sh_jan": {"title": "Sh Jan", "type": "string"}, "sh_feb": {"title": "Sh Feb", "type": "string"}, "sh_mar": {"title": "Sh Mar", "type": "string"}, "sh_apr": {"title": "Sh Apr", "type": "string"}, "sh_may": {"title": "Sh May", "type": "string"}, "sh_jun": {"title": "Sh Jun", "type": "string"}, "sh_jul": {"title": "Sh Jul", "type": "string"}, "sh_aug": {"title": "Sh Aug", "type": "string"}, "sh_sep": {"title": "Sh Sep", "type": "string"}, "sh_oct": {"title": "Sh Oct", "type": "string"}, "sh_nov": {"title": "Sh Nov", "type": "string"}, "sh_dec": {"title": "Sh Dec", "type": "string"}, "color_1": {"title": "Color 1", "type": "string"}, "color_2": {"title": "Color 2", "type": "string"}, "size": {"title": "Size", "type": "string"}, "lighting_type": {"title": "Lighting Type", "type": "string"}, "icon_filename": {"title": "Icon Filename", "type": "string"}, "critterpedia_filename": {"title": "Critterpedia Filename", "type": "string"}, "furniture_filename": {"title": "Furniture Filename", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/2059ddba-803c-4f67-ad93-5b5faf4ce5ba/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_fencing_api_v1_fencing_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/2059ddba-803c-4f67-ad93-5b5faf4ce5ba/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_fencing_api_v1_fencing_get | 200 | null | {"items": [{"name": "", "diy": "", "stack_size": "", "buy": "", "sell": "", "source": "", "source_notes": "", "version": "", "filename": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[FencingOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "FencingOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "diy": {"title": "Diy", "type": "string"}, "stack_size": {"title": "Stack Size", "type": "string"}, "buy": {"title": "Buy", "type": "string"}, "sell": {"title": "Sell", "type": "string"}, "source": {"title": "Source", "type": "string"}, "source_notes": {"title": "Source Notes", "type": "string"}, "version": {"title": "Version", "type": "string"}, "filename": {"title": "Filename", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/8be15769-7e7e-4121-ab09-e9eac556b543/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_construction_api_v1_construction_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/8be15769-7e7e-4121-ab09-e9eac556b543/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_construction_api_v1_construction_get | 200 | null | {"items": [{"name": "", "buy": "", "category": "", "source": "", "filename": "", "version": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[ConstructionOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "ConstructionOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "buy": {"title": "Buy", "type": "string"}, "category": {"title": "Category", "type": "string"}, "source": {"title": "Source", "type": "string"}, "filename": {"title": "Filename", "type": "string"}, "version": {"title": "Version", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/bcef3414-d41e-4c5a-8cc3-13aea3d4ce6d/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_other_api_v1_other_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/bcef3414-d41e-4c5a-8cc3-13aea3d4ce6d/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_other_api_v1_other_get | 200 | null | {"items": [{"name": "", "diy": "", "stack_size": "", "buy": "", "sell": "", "miles_price": "", "source": "", "source_notes": "", "tag": "", "color_1": "", "color_2": "", "version": "", "filename": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[OtherOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "OtherOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "diy": {"title": "Diy", "type": "string"}, "stack_size": {"title": "Stack Size", "type": "string"}, "buy": {"title": "Buy", "type": "string"}, "sell": {"title": "Sell", "type": "string"}, "miles_price": {"title": "Miles Price", "type": "string"}, "source": {"title": "Source", "type": "string"}, "source_notes": {"title": "Source Notes", "type": "string"}, "tag": {"title": "Tag", "type": "string"}, "color_1": {"title": "Color 1", "type": "string"}, "color_2": {"title": "Color 2", "type": "string"}, "version": {"title": "Version", "type": "string"}, "filename": {"title": "Filename", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/2b4923ea-8d43-4fdf-ada7-8934065f0398/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_bags_api_v1_bags_get | 200 | null | {"items": [{"name": "", "variation": "", "diy": "", "buy": "", "sell": "", "color_1": "", "color_2": "", "size": "", "miles_price": "", "source": "", "source_notes": "", "seasonal_availability": "", "version": "", "style": "", "label_themes": "", "villager_equippable": "", "catalog": "", "filename": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[BagsOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "BagsOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "variation": {"title": "Variation", "type": "string"}, "diy": {"title": "Diy", "type": "string"}, "buy": {"title": "Buy", "type": "string"}, "sell": {"title": "Sell", "type": "string"}, "color_1": {"title": "Color 1", "type": "string"}, "color_2": {"title": "Color 2", "type": "string"}, "size": {"title": "Size", "type": "string"}, "miles_price": {"title": "Miles Price", "type": "string"}, "source": {"title": "Source", "type": "string"}, "source_notes": {"title": "Source Notes", "type": "string"}, "seasonal_availability": {"title": "Seasonal Availability", "type": "string"}, "version": {"title": "Version", "type": "string"}, "style": {"title": "Style", "type": "string"}, "label_themes": {"title": "Label Themes", "type": "string"}, "villager_equippable": {"title": "Villager Equippable", "type": "string"}, "catalog": {"title": "Catalog", "type": "string"}, "filename": {"title": "Filename", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/2b4923ea-8d43-4fdf-ada7-8934065f0398/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_bags_api_v1_bags_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/56372893-1bd6-4375-9791-450d1939c02a/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_music_api_v1_music_get | 200 | null | {"items": [{"name": "", "buy": "", "sell": "", "color_1": "", "color_2": "", "size": "", "source": "", "source_notes": "", "version": "", "catalog": "", "filename": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[MusicOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "MusicOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "buy": {"title": "Buy", "type": "string"}, "sell": {"title": "Sell", "type": "string"}, "color_1": {"title": "Color 1", "type": "string"}, "color_2": {"title": "Color 2", "type": "string"}, "size": {"title": "Size", "type": "string"}, "source": {"title": "Source", "type": "string"}, "source_notes": {"title": "Source Notes", "type": "string"}, "version": {"title": "Version", "type": "string"}, "catalog": {"title": "Catalog", "type": "string"}, "filename": {"title": "Filename", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/56372893-1bd6-4375-9791-450d1939c02a/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_music_api_v1_music_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/16ab2510-1182-4f36-8831-138a3d397e46/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_recipes_api_v1_recipes_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/16ab2510-1182-4f36-8831-138a3d397e46/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_recipes_api_v1_recipes_get | 200 | null | {"items": [{"name": "", "num_mat_1": "", "material_1": "", "num_mat_2": "", "material_2": "", "num_mat_3": "", "material_3": "", "num_mat_4": "", "material_4": "", "num_mat_5": "", "material_5": "", "num_mat_6": "", "material_6": "", "buy": "", "sell": "", "miles_price": "", "source": "", "source_notes": "", "recipes_to_unlock": "", "version": "", "category": "", "serial_id": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[RecipesOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "RecipesOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "num_mat_1": {"title": "Num Mat 1", "type": "string"}, "material_1": {"title": "Material 1", "type": "string"}, "num_mat_2": {"title": "Num Mat 2", "type": "string"}, "material_2": {"title": "Material 2", "type": "string"}, "num_mat_3": {"title": "Num Mat 3", "type": "string"}, "material_3": {"title": "Material 3", "type": "string"}, "num_mat_4": {"title": "Num Mat 4", "type": "string"}, "material_4": {"title": "Material 4", "type": "string"}, "num_mat_5": {"title": "Num Mat 5", "type": "string"}, "material_5": {"title": "Material 5", "type": "string"}, "num_mat_6": {"title": "Num Mat 6", "type": "string"}, "material_6": {"title": "Material 6", "type": "string"}, "buy": {"title": "Buy", "type": "string"}, "sell": {"title": "Sell", "type": "string"}, "miles_price": {"title": "Miles Price", "type": "string"}, "source": {"title": "Source", "type": "string"}, "source_notes": {"title": "Source Notes", "type": "string"}, "recipes_to_unlock": {"title": "Recipes To Unlock", "type": "string"}, "version": {"title": "Version", "type": "string"}, "category": {"title": "Category", "type": "string"}, "serial_id": {"title": "Serial Id", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/a8871df3-cb7a-4573-b388-1b8f2249696c/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_wallpaper_api_v1_wallpaper_get | 200 | null | {"items": [{"name": "", "vfx": "", "vfx_type": "", "diy": "", "buy": "", "sell": "", "color_1": "", "color_2": "", "miles_price": "", "source": "", "source_notes": "", "catalog": "", "window_type": "", "window_color": "", "pane_type": "", "curtain_type": "", "curtain_color": "", "ceiling_type": "", "hha_concept_1": "", "hha_concept_2": "", "hha_series": "", "tag": "", "version": "", "filename": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[WallpaperOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "WallpaperOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "vfx": {"title": "Vfx", "type": "string"}, "vfx_type": {"title": "Vfx Type", "type": "string"}, "diy": {"title": "Diy", "type": "string"}, "buy": {"title": "Buy", "type": "string"}, "sell": {"title": "Sell", "type": "string"}, "color_1": {"title": "Color 1", "type": "string"}, "color_2": {"title": "Color 2", "type": "string"}, "miles_price": {"title": "Miles Price", "type": "string"}, "source": {"title": "Source", "type": "string"}, "source_notes": {"title": "Source Notes", "type": "string"}, "catalog": {"title": "Catalog", "type": "string"}, "window_type": {"title": "Window Type", "type": "string"}, "window_color": {"title": "Window Color", "type": "string"}, "pane_type": {"title": "Pane Type", "type": "string"}, "curtain_type": {"title": "Curtain Type", "type": "string"}, "curtain_color": {"title": "Curtain Color", "type": "string"}, "ceiling_type": {"title": "Ceiling Type", "type": "string"}, "hha_concept_1": {"title": "Hha Concept 1", "type": "string"}, "hha_concept_2": {"title": "Hha Concept 2", "type": "string"}, "hha_series": {"title": "Hha Series", "type": "string"}, "tag": {"title": "Tag", "type": "string"}, "version": {"title": "Version", "type": "string"}, "filename": {"title": "Filename", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/a8871df3-cb7a-4573-b388-1b8f2249696c/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_wallpaper_api_v1_wallpaper_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/919005a7-311a-4489-a33c-1f06e4e31655/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_umbrellas_api_v1_umbrellas_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/919005a7-311a-4489-a33c-1f06e4e31655/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_umbrellas_api_v1_umbrellas_get | 200 | null | {"items": [{"name": "", "diy": "", "buy": "", "sell": "", "color_1": "", "color_2": "", "size": "", "miles_price": "", "source": "", "source_notes": "", "version": "", "villager_equippable": "", "catalog": "", "filename": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[UmbrellasOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "UmbrellasOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "diy": {"title": "Diy", "type": "string"}, "buy": {"title": "Buy", "type": "string"}, "sell": {"title": "Sell", "type": "string"}, "color_1": {"title": "Color 1", "type": "string"}, "color_2": {"title": "Color 2", "type": "string"}, "size": {"title": "Size", "type": "string"}, "miles_price": {"title": "Miles Price", "type": "string"}, "source": {"title": "Source", "type": "string"}, "source_notes": {"title": "Source Notes", "type": "string"}, "version": {"title": "Version", "type": "string"}, "villager_equippable": {"title": "Villager Equippable", "type": "string"}, "catalog": {"title": "Catalog", "type": "string"}, "filename": {"title": "Filename", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/dd935001-fb02-4fa7-9f45-ab83d5054c81/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_villagers_api_v1_villagers_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/dd935001-fb02-4fa7-9f45-ab83d5054c81/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_villagers_api_v1_villagers_get | 200 | null | {"items": [{"name": "", "species": "", "gender": "", "personality": "", "hobby": "", "birthday": "", "catchphrase": "", "favorite_song": "", "style_1": "", "style_2": "", "color_1": "", "color_2": "", "wallpaper": "", "flooring": "", "furniture_list": "", "filename": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[VillagersOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "VillagersOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "species": {"title": "Species", "type": "string"}, "gender": {"title": "Gender", "type": "string"}, "personality": {"title": "Personality", "type": "string"}, "hobby": {"title": "Hobby", "type": "string"}, "birthday": {"title": "Birthday", "type": "string"}, "catchphrase": {"title": "Catchphrase", "type": "string"}, "favorite_song": {"title": "Favorite Song", "type": "string"}, "style_1": {"title": "Style 1", "type": "string"}, "style_2": {"title": "Style 2", "type": "string"}, "color_1": {"title": "Color 1", "type": "string"}, "color_2": {"title": "Color 2", "type": "string"}, "wallpaper": {"title": "Wallpaper", "type": "string"}, "flooring": {"title": "Flooring", "type": "string"}, "furniture_list": {"title": "Furniture List", "type": "string"}, "filename": {"title": "Filename", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/a43d3af8-0ceb-432a-82d0-ec7c6af6c9c1/0/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_insects_api_v1_insects_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
|
a33d3dbb-2624-4e93-a021-4ddc83c3337f/a43d3af8-0ceb-432a-82d0-ec7c6af6c9c1/1/0 | Animal Crossing New Horizons | Animal Crossing New Horizons API provides data of game assets and objects with different categories. | null | get_insects_api_v1_insects_get | 200 | null | {"items": [{"name": "", "sell": "", "where_how": "", "weather": "", "total_catches_to_unlock": "", "spawn_rates": "", "nh_jan": "", "nh_feb": "", "nh_mar": "", "nh_apr": "", "nh_may": "", "nh_jun": "", "nh_jul": "", "nh_aug": "", "nh_sep": "", "nh_oct": "", "nh_nov": "", "nh_dec": "", "sh_jan": "", "sh_feb": "", "sh_mar": "", "sh_apr": "", "sh_may": "", "sh_jun": "", "sh_jul": "", "sh_aug": "", "sh_sep": "", "sh_oct": "", "sh_nov": "", "sh_dec": "", "color_1": "", "color_2": "", "icon_filename": "", "critterpedia_filename": "", "furniture_filename": "", "internal_id": "", "unique_entry_id": ""}], "total": 0, "page": 0, "size": 0} | {"title": "Page[InsectsOutput]", "required": ["items", "total", "page", "size"], "type": "object", "properties": {"items": {"title": "Items", "type": "array", "items": {"title": "InsectsOutput", "type": "object", "properties": {"name": {"title": "Name", "type": "string"}, "sell": {"title": "Sell", "type": "string"}, "where_how": {"title": "Where How", "type": "string"}, "weather": {"title": "Weather", "type": "string"}, "total_catches_to_unlock": {"title": "Total Catches To Unlock", "type": "string"}, "spawn_rates": {"title": "Spawn Rates", "type": "string"}, "nh_jan": {"title": "Nh Jan", "type": "string"}, "nh_feb": {"title": "Nh Feb", "type": "string"}, "nh_mar": {"title": "Nh Mar", "type": "string"}, "nh_apr": {"title": "Nh Apr", "type": "string"}, "nh_may": {"title": "Nh May", "type": "string"}, "nh_jun": {"title": "Nh Jun", "type": "string"}, "nh_jul": {"title": "Nh Jul", "type": "string"}, "nh_aug": {"title": "Nh Aug", "type": "string"}, "nh_sep": {"title": "Nh Sep", "type": "string"}, "nh_oct": {"title": "Nh Oct", "type": "string"}, "nh_nov": {"title": "Nh Nov", "type": "string"}, "nh_dec": {"title": "Nh Dec", "type": "string"}, "sh_jan": {"title": "Sh Jan", "type": "string"}, "sh_feb": {"title": "Sh Feb", "type": "string"}, "sh_mar": {"title": "Sh Mar", "type": "string"}, "sh_apr": {"title": "Sh Apr", "type": "string"}, "sh_may": {"title": "Sh May", "type": "string"}, "sh_jun": {"title": "Sh Jun", "type": "string"}, "sh_jul": {"title": "Sh Jul", "type": "string"}, "sh_aug": {"title": "Sh Aug", "type": "string"}, "sh_sep": {"title": "Sh Sep", "type": "string"}, "sh_oct": {"title": "Sh Oct", "type": "string"}, "sh_nov": {"title": "Sh Nov", "type": "string"}, "sh_dec": {"title": "Sh Dec", "type": "string"}, "color_1": {"title": "Color 1", "type": "string"}, "color_2": {"title": "Color 2", "type": "string"}, "icon_filename": {"title": "Icon Filename", "type": "string"}, "critterpedia_filename": {"title": "Critterpedia Filename", "type": "string"}, "furniture_filename": {"title": "Furniture Filename", "type": "string"}, "internal_id": {"title": "Internal Id", "type": "string"}, "unique_entry_id": {"title": "Unique Entry Id", "type": "string"}}}}, "total": {"title": "Total", "minimum": 0, "type": "integer"}, "page": {"title": "Page", "minimum": 1, "type": "integer"}, "size": {"title": "Size", "minimum": 1, "type": "integer"}}} |
|
2216af6a-933c-4590-b8e1-b6419bc7bba6/94e27e90-1d49-40d9-8d27-6ce332d23248/0/0 | Useful CSGO - Counter Strike | Get some useful infos about CSGO, like item prices and the hottest reddit investments discussions | 8.1 | Valid Item | Check if item is valid CSGO Item | 200 | Response | {"success": true} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]} |
2216af6a-933c-4590-b8e1-b6419bc7bba6/67bc4a28-1fd3-442a-b3ec-0a0da70d3cb1/0/0 | Useful CSGO - Counter Strike | Get some useful infos about CSGO, like item prices and the hottest reddit investments discussions | 8.1 | Autocomplete | Autocomplete a given word to CSGO item | 200 | Response | {"success": true, "items": ["AK-47 | Redline (Battle-Scarred)", "AK-47 | Redline (Field-Tested)", "AK-47 | Redline (Minimal Wear)", "AK-47 | Redline (Well-Worn)", "AWP | Redline (Field-Tested)", "AWP | Redline (Minimal Wear)", "AWP | Redline (Well-Worn)", "StatTrak\u2122 AK-47 | Redline (Battle-Scarred)", "StatTrak\u2122 AK-47 | Redline (Field-Tested)", "StatTrak\u2122 AK-47 | Redline (Minimal Wear)", "StatTrak\u2122 AK-47 | Redline (Well-Worn)", "StatTrak\u2122 AWP | Redline (Field-Tested)", "StatTrak\u2122 AWP | Redline (Minimal Wear)", "StatTrak\u2122 AWP | Redline (Well-Worn)"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "items": {"type": "array", "items": {"type": "string"}}}, "required": ["items", "success"]} |
ed81dc42-84d6-4ef4-82fc-61068a6aa729/f23a6f42-033e-4c90-a635-4a0f1367fa43/0/0 | Ludo King Room All Api's | Ludo King Room Code Api, Ludo King Room Type Api | 6.5 | api/v1/roomcode/quick | Get Ludo King Quick Room Code | 200 | New Example | {"roomcode": "02345678"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"roomcode": {"type": "string"}}, "required": ["roomcode"]} |
ed81dc42-84d6-4ef4-82fc-61068a6aa729/527f105d-b577-49b8-be40-74d10e49fd29/0/0 | Ludo King Room All Api's | Ludo King Room Code Api, Ludo King Room Type Api | 6.5 | api/v1/roomcode/popular | Get Ludo King Popular Room Code | 200 | New Example | {"roomcode": "02345678"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"roomcode": {"type": "string"}}, "required": ["roomcode"]} |
ed81dc42-84d6-4ef4-82fc-61068a6aa729/9958ab0f-0906-4e9c-8e03-fd58e263793d/0/0 | Ludo King Room All Api's | Ludo King Room Code Api, Ludo King Room Type Api | 6.5 | api/v1/roomcode/classic | Get Ludo King Classic Room Code | 200 | New Example | {"roomcode": "02345678"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"roomcode": {"type": "string"}}, "required": ["roomcode"]} |
f9465b80-ac83-4d09-9be5-b57e60b6042d/e932f144-2c1d-4fab-8d7b-8a89e2d9244e/0/0 | Pictionary Charades Word Generator | Generate words for Charades and Pictionary Games! | 8.1 | Get Charades Word | Get a random charades word with the specified difficulty. If not difficulty is supplied, a random difficulty will be used. | 200 | Response | {"success": true, "difficulty": "easy", "word": "lift"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "difficulty": {"type": "string"}, "word": {"type": "string"}}, "required": ["difficulty", "success", "word"]} |
f9465b80-ac83-4d09-9be5-b57e60b6042d/6937a212-c6ed-455e-b628-794cb1d81e93/0/0 | Pictionary Charades Word Generator | Generate words for Charades and Pictionary Games! | 8.1 | Get Pictionary Word | Get a random pictionary word with the specified difficulty. If not difficulty is supplied, a random difficulty will be used. | 200 | Response | {"success": true, "difficulty": "easy", "word": "bread"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "difficulty": {"type": "string"}, "word": {"type": "string"}}, "required": ["difficulty", "success", "word"]} |
256cd2a4-bd67-4115-94cd-73840c13cd67/27666721-a0a7-4bd6-bdce-ad448c7e7e17/0/0 | Steam Community | Interface with elements on the SteamCommunity. | 8 | Group Trending Topics | Get a list of the trending topics, and the OP. | 200 | Trending Topics | {"trendingTopics": [{"title": "Is this group still active?", "link": "https://steamcommunity.com/groups/l4d/discussions/0/3880365909912530331/", "creator": "Delta (EB)", "contents": "<div class=\"topic_hover_text\">\n\t\t\t\tHey guys, just wondering. Is this group still around? It doesn't look like it's been updated by the admins for a while.\t\t\t</div>\n\t\t\t<div class=\"topic_hover_row\">\n\t\t\t\tPosted by: <span class=\"topic_hover_data\">Delta (EB)</span>, <span class=\"\">Jul 26, 2020 @ 12:54pm</span>\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"topic_hover_row\">\n\t\t\t\t\tLast post: <span class=\"topic_hover_data\">Neon Nick</span>, <span class=\"\">Oct 7 @ 9:17am</span>\t\t\t\t</div>", "latestComment": "1633623437", "replies": "12"}, {"title": "logro de survival :D", "link": "https://steamcommunity.com/groups/l4d/discussions/0/3052863612124420676/", "creator": "Tousled", "contents": "<div class=\"topic_hover_text\">\n\t\t\t\talguien como a mi que tambi\u00e9n le falten los logros de survival u.u\t\t\t</div>\n\t\t\t<div class=\"topic_hover_row\">\n\t\t\t\tPosted by: <span class=\"topic_hover_data\">Tousled</span>, <span class=\"\">Aug 8 @ 1:06pm</span>\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"topic_hover_row\">\n\t\t\t\t\tLast post: <span class=\"topic_hover_data\">Tousled</span>, <span class=\"\">Aug 8 @ 8:34pm</span>\t\t\t\t</div>", "latestComment": "1633623437", "replies": "2"}, {"title": "Quien juega L4D2 para logros?", "link": "https://steamcommunity.com/groups/l4d/discussions/0/1638669204748034303/", "creator": "\u2661 Glendy Lawliet \u2661", "contents": "<div class=\"topic_hover_text\">\n\t\t\t\tHola!, busco gente que le guste L4D y quiera jugar para sacar logros, de preferencia que sea de habla hispana porque mi ingl\u00e9s es algo malo xD\t\t\t</div>\n\t\t\t<div class=\"topic_hover_row\">\n\t\t\t\tPosted by: <span class=\"topic_hover_data\">\u2661 Glendy Lawliet \u2661</span>, <span class=\"\">Sep 1, 2019 @ 5:55pm</span>\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"topic_hover_row\">\n\t\t\t\t\tLast post: <span class=\"topic_hover_data\">@ImEduar</span>, <span class=\"\">Mar 23 @ 2:47am</span>\t\t\t\t</div>", "latestComment": "1633623437", "replies": "14"}, {"title": "hello i am here", "link": "https://steamcommunity.com/groups/l4d/discussions/0/2992043384055187136/", "creator": "baxtron5000", "contents": "<div class=\"topic_hover_text\">\n\t\t\t\tthe man is here some love him some hate him and most dont even know him\t\t\t</div>\n\t\t\t<div class=\"topic_hover_row\">\n\t\t\t\tPosted by: <span class=\"topic_hover_data\">baxtron5000</span>, <span class=\"\">Dec 14, 2020 @ 7:59pm</span>\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"topic_hover_row\">\n\t\t\t\t\tLast post: <span class=\"topic_hover_data\">Donas De HOMERO</span>, <span class=\"\">Jan 12 @ 9:40am</span>\t\t\t\t</div>", "latestComment": "1633623437", "replies": "3"}]} | {"type": "object", "properties": {"trendingTopics": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}, "creator": {"type": "string"}, "contents": {"type": "string"}, "latestComment": {"type": "string"}, "replies": {"type": "string"}}}}}} |
256cd2a4-bd67-4115-94cd-73840c13cd67/5f15bdbd-57df-4c0f-8f76-55dcff88f203/0/0 | Steam Community | Interface with elements on the SteamCommunity. | 8 | User Aliases | Get a list of user aliases and when they were changed. | 200 | User Aliases | {"aliases": [{"newname": "Sindex", "timechanged": "Oct 28, 2017 @ 6:08pm"}, {"newname": "Spooky Sindex", "timechanged": "Oct 28, 2017 @ 5:51pm"}, {"newname": "Sindex (William Alexander)", "timechanged": "Mar 6, 2016 @ 3:54pm"}, {"newname": "Sindex (Willem Alexander)", "timechanged": "Mar 6, 2016 @ 3:50pm"}, {"newname": "Domino", "timechanged": "Jan 9, 2015 @ 9:30pm"}]} | {"type": "object", "properties": {"aliases": {"type": "array", "items": {"type": "object", "properties": {"newname": {"type": "string"}, "timechanged": {"type": "string"}}}}}} |
256cd2a4-bd67-4115-94cd-73840c13cd67/7d12e613-553d-4c4c-b7a0-bae2087f5232/0/0 | Steam Community | Interface with elements on the SteamCommunity. | 8 | Group Profile | An overview of a steamcommunity group. | 200 | Group Profile | {"name": "Left 4 Dead", "slogan": "", "summary": "No information given.", "founded": "August 6, 2007", "announcements": {"latest": [{"title": "Evolve Game announced, Turtle Rock's Next Project", "link": "https://steamcommunity.com/groups/l4d/announcements/detail/1748820951345138057", "contents": "http://www.gameinformer.com/b/news/archive/2014/01/07/february-2014-evolve-768796.aspxTurtle Rock Studios, creators of Left 4 Dead, announce Evolve, a co-op/competitive 4v1 multiplayer first person shooter/third person action game hybrid. Four Hunters face off against one monster.http://evolvegame.com/http://www.turtlerockstudios.com/", "by": "squerl"}, {"title": "Left 4 Dead Addicts: Comedy Videos!", "link": "https://steamcommunity.com/groups/l4d/announcements/detail/73339197635892763", "contents": "Check them out at http://www.left4deadaddicts.com/L4DA_video or go to their YouTube page at http://www.youtube.com/left4deadaddicts/", "by": "squerl"}], "count": "182"}, "comments": {"latest": [{"authorName": "Ttv-SageNebulous", "authorProfile": "https://steamcommunity.com/id/darksora2323", "avatar": "https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/avatars/96/967d002fe27d311bac9ba29d963f1feee861f73a.jpg", "time": "1300582399", "contents": "first comment of 2011...woot woot?"}, {"authorName": "Nemesis\u262fLeon", "authorProfile": "https://steamcommunity.com/id/extremism", "avatar": "https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/avatars/a9/a93573842b1f2992fdbb6814933e2844f0ef6b7d.jpg", "time": "1270414209", "contents": "ded"}, {"authorName": "President Jeb!", "authorProfile": "https://steamcommunity.com/id/Helpmejebus", "avatar": "https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/avatars/ad/adafdd3d13a4d023dc8fe4fb4d0a068d28f1e27b.jpg", "time": "1241142307", "contents": "Ain't never won Jack Squaterey from the lottery."}, {"authorName": "Nemesis\u262fLeon", "authorProfile": "https://steamcommunity.com/id/extremism", "avatar": "https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/avatars/a9/a93573842b1f2992fdbb6814933e2844f0ef6b7d.jpg", "time": "1241142277", "contents": "Obama furries woooooooo"}, {"authorName": "Inspector Jones", "authorProfile": "https://steamcommunity.com/id/Jones", "avatar": "https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/avatars/d1/d11986665398fabca72043a2bbcdebd3f305fc7e.jpg", "time": "1240347071", "contents": "I left a comment here."}, {"authorName": "Reptile", "authorProfile": "https://steamcommunity.com/id/reptile0", "avatar": "https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/avatars/8f/8f0d5038625ca93cacaf0291ea58176bf8a0a9c4.jpg", "time": "1240091125", "contents": "I am in your group profile. Typing a comment."}], "count": "6"}, "membership": {"members": "67764", "inGame": "", "online": "7302"}, "links": [{"name": "Left 4 Dead 411", "url": "https://steamcommunity.com/linkfilter/?url=http://www.left4dead411.com/"}, {"name": "Left 4 Dead Official Site", "url": "https://steamcommunity.com/linkfilter/?url=http://www.l4d.com/"}]} | {"type": "object", "properties": {"name": {"type": "string"}, "slogan": {"type": "string"}, "summary": {"type": "string"}, "founded": {"type": "string"}, "announcements": {"type": "object", "properties": {"latest": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}, "contents": {"type": "string"}, "by": {"type": "string"}}}}, "count": {"type": "string"}}}, "comments": {"type": "object", "properties": {"latest": {"type": "array", "items": {"type": "object", "properties": {"authorName": {"type": "string"}, "authorProfile": {"type": "string"}, "avatar": {"type": "string"}, "time": {"type": "string"}, "contents": {"type": "string"}}}}, "count": {"type": "string"}}}, "membership": {"type": "object", "properties": {"members": {"type": "string"}, "inGame": {"type": "string"}, "online": {"type": "string"}}}, "links": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}}}}} |
256cd2a4-bd67-4115-94cd-73840c13cd67/ed9f559c-079d-4ee7-8af2-3fdbb8d7e6c0/0/0 | Steam Community | Interface with elements on the SteamCommunity. | 8 | User Groups List | Get a listing of all the public and private groups a user is apart of. | 200 | User Groups | {"groups": [{"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/e9/e9f7384af1a1ef17983e5024d2c7e439ade1bbee_medium.jpg", "name": "Gaming-Servers.net", "link": "https://steamcommunity.com/groups/gaming-server-net", "isPublic": true, "members": "1000", "inGame": "34", "online": "309", "inGroupChat": "20"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/f6/f6e1b09cd5c131ecb623a873ac08e9c162a0a0d2_medium.jpg", "name": "Left 4 Dead", "link": "https://steamcommunity.com/groups/l4d", "isPublic": true, "members": "67763", "inGame": "777", "online": "7486", "inGroupChat": "2201"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/ac/ac988daffc908b9e97d4f5c01b3b2571736f48c2_medium.jpg", "name": "KiFFERSTUEBCHEN", "link": "https://steamcommunity.com/groups/KiFFERSTUEBCHEN", "isPublic": true, "members": "739589", "inGame": "2578", "online": "35858", "inGroupChat": "1943"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/bc/bc784f863af18ce2b2235a9472438c616e4be62e_medium.jpg", "name": "Lotus", "link": "https://steamcommunity.com/groups/Lotus", "isPublic": true, "members": "240298", "inGame": "2720", "online": "30697", "inGroupChat": "632"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/ec/ec2b1a3b1ca791cdf9c1991c9e5e833ce78c9997_medium.jpg", "name": "TrU Servers", "link": "https://steamcommunity.com/groups/truservers", "isPublic": true, "members": "11004", "inGame": "63", "online": "1476", "inGroupChat": "34"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/bc/bc669f452db4fbf08281e78e78ac8d4ac0eb2b93_medium.jpg", "name": "intox. Gaming Community", "link": "https://steamcommunity.com/groups/intoxgaming", "isPublic": true, "members": "194489", "inGame": "1942", "online": "22164", "inGroupChat": "434"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/4b/4be2d00321268b670ad8a8b7c5b48ea662d4ad42_medium.jpg", "name": "The Official iO Gaming", "link": "https://steamcommunity.com/groups/officialiogaming", "isPublic": true, "members": "28209", "inGame": "223", "online": "4937", "inGroupChat": "126"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/0e/0e830d4b04f7f2cb47221fa82ee43d0c9a038b9f_medium.jpg", "name": "Trashed Gamers", "link": "https://steamcommunity.com/groups/TrashedGamers", "isPublic": true, "members": "66838", "inGame": "705", "online": "9014", "inGroupChat": "99"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/c5/c570a5a8d362280c19db212773539b32d1b00059_medium.jpg", "name": "Team-Fortress-2", "link": "https://steamcommunity.com/groups/TF2_group", "isPublic": true, "members": "63619", "inGame": "792", "online": "9804", "inGroupChat": "660"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/5b/5b99a38cadf9c0b147a44d515c7e263f7a6b868e_medium.jpg", "name": "Golden Machine Gun", "link": "https://steamcommunity.com/groups/goldenmachinegun", "isPublic": true, "members": "2159", "inGame": "63", "online": "585", "inGroupChat": "18"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/2b/2b26e9a75cad84bdcb18930954548bd8ade86d2b_medium.jpg", "name": "Brothers In Arms Team Fortress 2", "link": "https://steamcommunity.com/groups/BrothersInArmsTF2", "isPublic": false, "members": "6", "inGame": "0", "online": "0", "inGroupChat": "0"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/14/14efecd21abe87643cd0a311d8f167a1564db1bf_medium.jpg", "name": "HaLs PlayGround", "link": "https://steamcommunity.com/groups/HaLsPlayGround", "isPublic": true, "members": "13024", "inGame": "118", "online": "2120", "inGroupChat": "174"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/38/38258500fc86544c8c51b4d52d85df769b390ff7_medium.jpg", "name": "The Original Playground", "link": "https://steamcommunity.com/groups/thegamersplayground", "isPublic": false, "members": "2763", "inGame": "35", "online": "538", "inGroupChat": "2"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/91/91d8c0dcb6c07df8afe39ab7680d85e3321746da_medium.jpg", "name": "KritzKast", "link": "https://steamcommunity.com/groups/KritzKast", "isPublic": true, "members": "30821", "inGame": "864", "online": "5291", "inGroupChat": "382"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/29/290c7d028aa270f5b11f802b126df0082af88999_medium.jpg", "name": "Arldt Servers", "link": "https://steamcommunity.com/groups/wahwahaw", "isPublic": true, "members": "10811", "inGame": "52", "online": "1019", "inGroupChat": "2"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/3b/3b18386297c33320aa6be1dc5bcad1e6daebc5fc_medium.jpg", "name": "BG| The BattleGrounds Community", "link": "https://steamcommunity.com/groups/TheBattleGrounds", "isPublic": true, "members": "101580", "inGame": "1148", "online": "14867", "inGroupChat": "497"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/8d/8d2100e67872b50680df914fa6ecfa98c9ec3f1b_medium.jpg", "name": "Left 4 Dead 2 PC", "link": "https://steamcommunity.com/groups/Left4Dead2PC", "isPublic": true, "members": "109803", "inGame": "1538", "online": "13366", "inGroupChat": "10148"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/ee/eed9fdbcbee572ef91921c3a0d8b3758d8f057a1_medium.jpg", "name": "=_TheSneekZZ_=", "link": "https://steamcommunity.com/groups/thesneekzz", "isPublic": false, "members": "10", "inGame": "0", "online": "1", "inGroupChat": "0"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/5b/5bdc1405ce745bd48e1c172df27ada824267eef1_medium.jpg", "name": "| Professional Zombie Hunters |", "link": "https://steamcommunity.com/groups/ProZH", "isPublic": false, "members": "5", "inGame": "0", "online": "0", "inGroupChat": "0"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/38/381b92c6cae14fc4cb0bf1c69dabc6daca12f014_medium.jpg", "name": "Really Awesome Gaming Experience", "link": "https://steamcommunity.com/groups/ragegamercommunity", "isPublic": true, "members": "367", "inGame": "11", "online": "124", "inGroupChat": "9"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/f1/f116676745c94bd5c2801826c2fea4e830df2c6c_medium.jpg", "name": "The Weekdayz Community", "link": "https://steamcommunity.com/groups/wdzcommunity", "isPublic": true, "members": "382669", "inGame": "2763", "online": "37165", "inGroupChat": "627"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/f9/f9d1bf85378e72bc3e7ca380768c0e1a65cc6266_medium.jpg", "name": "Zombies Playground", "link": "https://steamcommunity.com/groups/ZombiesPlayground", "isPublic": true, "members": "793", "inGame": "14", "online": "143", "inGroupChat": "0"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/4e/4ed9bb71bed2768d4c4ebbdfa2e3565367e704d4_medium.jpg", "name": "Team Fortress Wiki", "link": "https://steamcommunity.com/groups/OTFWiki", "isPublic": true, "members": "5382", "inGame": "423", "online": "1292", "inGroupChat": "76"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/9b/9bdea4c2072dc29abb95e127fc50c522e907d660_medium.jpg", "name": "Golden Charity Contributors", "link": "https://steamcommunity.com/groups/Golden-Charity", "isPublic": false, "members": "804", "inGame": "23", "online": "264", "inGroupChat": "4"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/a5/a59c03058ff431d8df5458fe247c2dd2eb6b097b_medium.jpg", "name": "Top Tier Tactics", "link": "https://steamcommunity.com/groups/TopTierTactics", "isPublic": true, "members": "467", "inGame": "6", "online": "129", "inGroupChat": "9"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/00/008678c84f001c181b83e2e849f8382b647d7c8a_medium.jpg", "name": "Vs Saxton Hale Mode", "link": "https://steamcommunity.com/groups/VsSaxtonHale", "isPublic": true, "members": "4976", "inGame": "150", "online": "1064", "inGroupChat": "49"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/5b/5b8664ee057a8b7754d53f4122dfcddea1e76858_medium.jpg", "name": "[Mann Co.] Community Lottery", "link": "https://steamcommunity.com/groups/Mannco-lottery", "isPublic": true, "members": "1865", "inGame": "59", "online": "360", "inGroupChat": "8"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/09/0980cd5fda88ff9752ddd93b408f8e82ab54e21d_medium.jpg", "name": "Advanced Weaponiser", "link": "https://steamcommunity.com/groups/AdvancedWeaponiser", "isPublic": true, "members": "3901", "inGame": "118", "online": "1086", "inGroupChat": "17"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/7e/7e7a783182a70342b571b287d42783800dd943b4_medium.jpg", "name": "The 13 Potato Club", "link": "https://steamcommunity.com/groups/13PotatoesClub", "isPublic": true, "members": "423", "inGame": "15", "online": "171", "inGroupChat": "2"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/38/38c6c5b04a2c11645012693018592a4bdef39d3d_medium.jpg", "name": "NELIPOT", "link": "https://steamcommunity.com/groups/nelipot", "isPublic": true, "members": "34123", "inGame": "712", "online": "10545", "inGroupChat": "113"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/30/30a4aa027fff1f421c01bb11d6f4eb4decce92b9_medium.jpg", "name": "DudeI'mSooooooooBored", "link": "https://steamcommunity.com/groups/deroB", "isPublic": true, "members": "40", "inGame": "0", "online": "12", "inGroupChat": "0"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/8a/8a623cb10722686d782c2a6048648c9dd53746d2_medium.jpg", "name": "Starbound", "link": "https://steamcommunity.com/groups/starbound", "isPublic": true, "members": "5977", "inGame": "164", "online": "1419", "inGroupChat": "343"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/df/dfc648c9fea83aa170c898349057829246480697_medium.jpg", "name": "Nazo, Sarah &Co.", "link": "https://steamcommunity.com/groups/nazosarahco", "isPublic": false, "members": "8", "inGame": "0", "online": "2", "inGroupChat": "0"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/2c/2ce81e0b8f1c748f86d1ca4230a7f45dd0b906b1_medium.jpg", "name": "Steam Trading Cards Group", "link": "https://steamcommunity.com/groups/tradingcards", "isPublic": true, "members": "1870032", "inGame": "31010", "online": "281095", "inGroupChat": "90122"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/fe/fef49e7fa7e1997310d705b2a6158ff8dc1cdfeb_medium.jpg", "name": "Don't Starve Workshop Beta", "link": "https://steamcommunity.com/groups/dswsbeta", "isPublic": true, "members": "68", "inGame": "0", "online": "15", "inGroupChat": "0"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/e3/e34e65ef2ef16093d4428c930fbcc42490522ed3_medium.jpg", "name": "Steam Universe", "link": "https://steamcommunity.com/groups/steamuniverse", "isPublic": true, "members": "1718032", "inGame": "33289", "online": "333010", "inGroupChat": "29625"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/56/56b1e924b3689d0a6d966c3b128ced77b68f3d38_medium.jpg", "name": "The Veteran Traders' Club", "link": "https://steamcommunity.com/groups/veteran_traders_club", "isPublic": true, "members": "754", "inGame": "15", "online": "153", "inGroupChat": "0"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/53/532ffe3650490bc178609b440cae273ff2690c52_medium.jpg", "name": "bTOhno Stream", "link": "https://steamcommunity.com/groups/bTOhno", "isPublic": true, "members": "89", "inGame": "3", "online": "45", "inGroupChat": "0"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/31/316ddf7bf66c422b5a01e375a249ca3139e1223d_medium.jpg", "name": "A+ Yoshimitsu Servers", "link": "https://steamcommunity.com/groups/YoshimitsuServers", "isPublic": true, "members": "601", "inGame": "20", "online": "159", "inGroupChat": "1"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/fe/fef49e7fa7e1997310d705b2a6158ff8dc1cdfeb_medium.jpg", "name": "Tuna Fish Nazis", "link": "https://steamcommunity.com/groups/TunaFishNazis", "isPublic": true, "members": "20", "inGame": "1", "online": "6", "inGroupChat": "0"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/a3/a3f67aa40a760696e5a855bf3e529bd662172b80_medium.jpg", "name": "PASS Time Official Group", "link": "https://steamcommunity.com/groups/PASSTimeOfficial", "isPublic": true, "members": "3120", "inGame": "165", "online": "971", "inGroupChat": "25"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/19/19c49830eba94bcef7493696877ccf3f62bd7cdf_medium.jpg", "name": "Diverse Survivors", "link": "https://steamcommunity.com/groups/DiverseSurvivors", "isPublic": true, "members": "4529", "inGame": "140", "online": "1360", "inGroupChat": "386"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/92/927ecada20d6ada0a443d113e19f9e0f823c4ce9_medium.jpg", "name": "Emerville", "link": "https://steamcommunity.com/groups/Emerville", "isPublic": true, "members": "695", "inGame": "20", "online": "214", "inGroupChat": "76"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/fe/fef49e7fa7e1997310d705b2a6158ff8dc1cdfeb_medium.jpg", "name": "Whovians Unite Ark", "link": "https://steamcommunity.com/groups/whoviansuniteark", "isPublic": true, "members": "19", "inGame": "0", "online": "3", "inGroupChat": "0"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/fe/fef49e7fa7e1997310d705b2a6158ff8dc1cdfeb_medium.jpg", "name": "Universal-Crafting", "link": "https://steamcommunity.com/groups/Universal-Crafting", "isPublic": true, "members": "6", "inGame": "1", "online": "3", "inGroupChat": "0"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/d0/d0af16b3875086638f68f6bfb043c438378e969e_medium.jpg", "name": "Don't Starve Together (DST)", "link": "https://steamcommunity.com/groups/DST_Survivors", "isPublic": true, "members": "6779", "inGame": "208", "online": "1698", "inGroupChat": "1657"}, {"avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/88/88c1ebbdc1beeba9073fee9774dd085b9dc6b5ae_medium.jpg", "name": "Wacky Worlds of Wonder", "link": "https://steamcommunity.com/groups/Wacky_Worlds", "isPublic": true, "members": "205", "inGame": "5", "online": "65", "inGroupChat": "29"}]} | {"type": "object", "properties": {"groups": {"type": "array", "items": {"type": "object", "properties": {"avatar": {"type": "string"}, "name": {"type": "string"}, "link": {"type": "string"}, "isPublic": {"type": "boolean"}, "members": {"type": "string"}, "inGame": {"type": "string"}, "online": {"type": "string"}, "inGroupChat": {"type": "string"}}}}}} |
256cd2a4-bd67-4115-94cd-73840c13cd67/53a15b24-6e08-4374-995b-e9ace977209c/0/0 | Steam Community | Interface with elements on the SteamCommunity. | 8 | User Profile | Get a full listing of data from a user profile. Friends, Groups, Steam Profile Level, and so much more. | 200 | User Profile | {"username": "Sindex ", "isPrivate": false, "status": "Currently Offline", "inGame": "", "avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/a4/a40bbd3d9f2dde32cdaba07a12025fa8fe566f45_full.jpg", "about": {"realname": "Robert G. S.", "location": "La Puente, California, United States", "flag": "https://community.akamai.steamstatic.com/public/images/countryflags/us.gif", "summary": "Just a typical writer; extraordinaire.Making sense out of nonsense and then vice versa. - Humanity"}, "awards": {"featured": [], "count": ""}, "badges": {"featured": [{"text": "Community Ambassador", "link": "https://steamcommunity.com/id/sindex/badges/2", "image": "https://community.akamai.steamstatic.com/public/images/badges/01_community/community03_54.png"}, {"text": "Game Mechanic<br>\n371 games owned", "link": "https://steamcommunity.com/id/sindex/badges/13", "image": "https://community.akamai.steamstatic.com/public/images/badges/13_gamecollector/250_54.png?v=4"}, {"text": "Years of Service<br>\nMember since July 28, 2005.", "link": "https://steamcommunity.com/id/sindex/badges/1", "image": "https://community.akamai.steamstatic.com/public/images/badges/02_years/steamyears16_54.png"}, {"text": "Steam Awards Nomination Committee 2019<br>\n ", "link": "https://steamcommunity.com/id/sindex/badges/43", "image": "https://community.akamai.steamstatic.com/public/images/badges/43_steamawardnominations/level01_54.png"}], "count": "19"}, "comments": {"latest": [{"authorName": "Altacai", "authorProfile": "https://steamcommunity.com/profiles/76561198045235975", "avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/1d/1d52be033a7d615c9202efc2f4d5abcf21bac771.jpg", "time": "1482650358", "contents": "...............\u00a8\u2665*\u272b\u2665,.........,\u2022\u272f\u00b4.........\u00b4*\u272b.......\u2665*.............. __/\\__.......*\u2665............\u2026 *-:\u00a6:-*...\u00b8.\u2022\u272b..........\u2026\u2026/.\u2022*\u2022.\\...~`,`~................... |\u00b8....\u272b.................... *\u2022*\u00b4\u00b8...*\u2665..\u00b4\u00b8.............*\u2665\u266b\u2665*\u00b4\u00b8\u00b8\u2665*.................\u272f\u2022\u266b\u2022\u2665\u2022*\u00b4\u00b8.\u2022\u272b ............... *\u2665\u2022\u266b\u2022\u266b\u2665*~`,`~.............. \u272f\u2665\u2022\u2666\u266b\u2665\u2022\u2665*.`.\u272b`............... *\u2665\u263a\u2665\u2022\u2665\u2022\u263a\u2665*.\u25cf/.................\u272f\u2665\u2022\u2665\u2660\u266b\u2665#\u2665\u2022\u2665*../\u258c................*\u2665\u266b\u2022\u2665\u266b\u2022\u2665\u266b\u2665\u2022\u266b\u2665*/ \\........................ \u256c\u256c\u256c\u256cMERRY XMAS AND HAPPY NEW YEAR"}, {"authorName": "\u180c \u2067\u2067Illegal \u028e\u0279\u0279n\u2132", "authorProfile": "https://steamcommunity.com/id/IllegalFurryLoli", "avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/ed/eda4522ac187d86eb47f3058e1cf2a818d7a1296.jpg", "time": "1457803375", "contents": "Touch me like one of your kitties!"}, {"authorName": "Awooo (G-S.N)", "authorProfile": "https://steamcommunity.com/id/i-am-not-important", "avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/da/da7c52d6271004609b9ce0c33ce105a96486bdb5.jpg", "time": "1457501789", "contents": "<3<3<3<3<3<3"}, {"authorName": "Awooo (G-S.N)", "authorProfile": "https://steamcommunity.com/id/i-am-not-important", "avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/da/da7c52d6271004609b9ce0c33ce105a96486bdb5.jpg", "time": "1457501784", "contents": "<3<3<3<3<3"}, {"authorName": "Awooo (G-S.N)", "authorProfile": "https://steamcommunity.com/id/i-am-not-important", "avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/da/da7c52d6271004609b9ce0c33ce105a96486bdb5.jpg", "time": "1457501779", "contents": "<3<3<3<3"}, {"authorName": "Awooo (G-S.N)", "authorProfile": "https://steamcommunity.com/id/i-am-not-important", "avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/da/da7c52d6271004609b9ce0c33ce105a96486bdb5.jpg", "time": "1457501738", "contents": "<3<3<3"}], "count": "41"}, "friends": {"featured": [{"status": "Online", "inGame": "", "name": "Shadows", "level": "233", "link": "https://steamcommunity.com/id/imperialshadows", "avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/4e/4e35bd8c24ff6375ef3228a08f4bb3cccedeb312_medium.jpg"}, {"status": "Online", "inGame": "", "name": "\u180c \u2067\u2067Illegal \u028e\u0279\u0279n\u2132", "level": "150", "link": "https://steamcommunity.com/id/IllegalFurryLoli", "avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/ed/eda4522ac187d86eb47f3058e1cf2a818d7a1296_medium.jpg"}, {"status": "Online", "inGame": "", "name": "Ottokyu", "level": "102", "link": "https://steamcommunity.com/id/o2q", "avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/34/34057f63ae3b7601060d756cbc114e5edbe9ec34_medium.jpg"}, {"status": "Online", "inGame": "", "name": "sad as fuck", "level": "101", "link": "https://steamcommunity.com/id/Jaystonchua", "avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/73/736f5f962c74f8d616c4deb96fe41fbf1e6bb5cd_medium.jpg"}, {"status": "Online", "inGame": "", "name": "Dr. Nick", "level": "73", "link": "https://steamcommunity.com/id/MeImNot", "avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/db/db262e829acc9b5643af9bbea5c8abafdba9c519_medium.jpg"}, {"status": "Online", "inGame": "", "name": "Brit-ney", "level": "72", "link": "https://steamcommunity.com/id/brit-ney", "avatar": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/bf/bf184545f495fc6c0408b1cbf36b2ecdb4b556e3_medium.jpg"}], "count": "256"}, "groups": {"featured": [{"name": "Gaming-Servers.net", "link": "https://steamcommunity.com/groups/gaming-server-net", "image": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/e9/e9f7384af1a1ef17983e5024d2c7e439ade1bbee_medium.jpg"}, {"name": "Left 4 Dead", "link": "https://steamcommunity.com/groups/l4d", "image": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/f6/f6e1b09cd5c131ecb623a873ac08e9c162a0a0d2.jpg"}, {"name": "KiFFERSTUEBCHEN", "link": "https://steamcommunity.com/groups/KiFFERSTUEBCHEN", "image": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/avatars/ac/ac988daffc908b9e97d4f5c01b3b2571736f48c2.jpg"}], "count": "47"}, "lastVacBan": "", "level": "25", "games": "371", "screenshots": "116", "videos": "1", "artwork": "", "reviews": "6", "workshopItems": ""} | {"type": "object", "properties": {"username": {"type": "string"}, "isPrivate": {"type": "boolean"}, "status": {"type": "string"}, "inGame": {"type": "string"}, "avatar": {"type": "string"}, "about": {"type": "object", "properties": {"realname": {"type": "string"}, "location": {"type": "string"}, "flag": {"type": "string"}, "summary": {"type": "string"}}}, "awards": {"type": "object", "properties": {"featured": {"type": "array"}, "count": {"type": "string"}}}, "badges": {"type": "object", "properties": {"featured": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "link": {"type": "string"}, "image": {"type": "string"}}}}, "count": {"type": "string"}}}, "comments": {"type": "object", "properties": {"latest": {"type": "array", "items": {"type": "object", "properties": {"authorName": {"type": "string"}, "authorProfile": {"type": "string"}, "avatar": {"type": "string"}, "time": {"type": "string"}, "contents": {"type": "string"}}}}, "count": {"type": "string"}}}, "friends": {"type": "object", "properties": {"featured": {"type": "array", "items": {"type": "object", "properties": {"status": {"type": "string"}, "inGame": {"type": "string"}, "name": {"type": "string"}, "level": {"type": "string"}, "link": {"type": "string"}, "avatar": {"type": "string"}}}}, "count": {"type": "string"}}}, "groups": {"type": "object", "properties": {"featured": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "link": {"type": "string"}, "image": {"type": "string"}}}}, "count": {"type": "string"}}}, "lastVacBan": {"type": "string"}, "level": {"type": "string"}, "games": {"type": "string"}, "screenshots": {"type": "string"}, "videos": {"type": "string"}, "artwork": {"type": "string"}, "reviews": {"type": "string"}, "workshopItems": {"type": "string"}}} |
f50f72a6-deea-48e9-b03a-476760f0910c/c72036c4-b95e-4dfb-90f2-3cfed9ddb4f5/0/0 | League Of Legends Galore | Get Details aboat players, champions, and more!
Check the About page for details on every API! | 9.2 | Get Player Details | Get Player Details based on UserName.
Case Sensitive! | 200 | New Example | [{"username": "YETI \u00d0ICK", "rank": "Diamond I", "lp": "0", "winLossRatio": "No Ranked Games", "mostPlayedChamps": [{"name": "Nunu & Willump", "winPercentage": "100%", "totalGames": "3 Played"}]}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"username": {"type": "string"}, "rank": {"type": "string"}, "lp": {"type": "string"}, "winLossRatio": {"type": "string"}, "mostPlayedChamps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "winPercentage": {"type": "string"}, "totalGames": {"type": "string"}}, "required": ["name", "totalGames", "winPercentage"]}}}, "required": ["lp", "mostPlayedChamps", "rank", "username", "winLossRatio"]}} |
f50f72a6-deea-48e9-b03a-476760f0910c/45437a1c-f491-4b6c-8cec-f38dbd983be0/0/0 | League Of Legends Galore | Get Details aboat players, champions, and more!
Check the About page for details on every API! | 9.2 | Get Random Champion | This will go through the list of champions and return a single RANDOM champion! | 200 | New Example | [{"champName": "Alistar", "blueEssence": 1350, "RP": 585, "HP": 670, "LvLHPGain": 120, "HPR": 8.5, "LvLHPRGain": 0.85, "resource": "Mana", "MP": 350, "LvLMPGain": 40, "MPR": 8.5, "LvLMPRGain": 0.8, "moveSpeed": 330, "attDamage": 62, "LvLAttDamageGain": 3.75, "attSpeed": 0.625, "LvLAttSpeedGain": 2.125, "range": 125, "armor": 44, "LvLArmorGain": 4.7, "magicArmor": 32, "LvLMagicArmorGain": 2.05, "releaseDate": "2009-02-21", "Attributes": "Tank\u2002\u2022\u2002Support"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"champName": {"type": "string"}, "blueEssence": {"type": "integer"}, "RP": {"type": "integer"}, "HP": {"type": "integer"}, "LvLHPGain": {"type": "integer"}, "HPR": {"type": "number"}, "LvLHPRGain": {"type": "number"}, "resource": {"type": "string"}, "MP": {"type": "integer"}, "LvLMPGain": {"type": "integer"}, "MPR": {"type": "number"}, "LvLMPRGain": {"type": "number"}, "moveSpeed": {"type": "integer"}, "attDamage": {"type": "integer"}, "LvLAttDamageGain": {"type": "number"}, "attSpeed": {"type": "number"}, "LvLAttSpeedGain": {"type": "number"}, "range": {"type": "integer"}, "armor": {"type": "integer"}, "LvLArmorGain": {"type": "number"}, "magicArmor": {"type": "integer"}, "LvLMagicArmorGain": {"type": "number"}, "releaseDate": {"type": "string"}, "Attributes": {"type": "string"}}, "required": ["Attributes", "HP", "HPR", "LvLArmorGain", "LvLAttDamageGain", "LvLAttSpeedGain", "LvLHPGain", "LvLHPRGain", "LvLMPGain", "LvLMPRGain", "LvLMagicArmorGain", "MP", "MPR", "RP", "armor", "attDamage", "attSpeed", "blueEssence", "champName", "magicArmor", "moveSpeed", "range", "releaseDate", "resource"]}} |
f50f72a6-deea-48e9-b03a-476760f0910c/729d55ce-c57a-4934-97a0-a488ba00c811/0/0 | League Of Legends Galore | Get Details aboat players, champions, and more!
Check the About page for details on every API! | 9.2 | Get Champion Tier List | Get either a list of the current champion tier list or a tier list section based on YOUR request! | 200 | New Example | {"sTier": [{"name": "Rumble", "role": "MID", "winRate": "63.5%"}, {"name": "Kayle", "role": "TOP", "winRate": "61.7%"}, {"name": "Zed", "role": "MID", "winRate": "56.8%"}, {"name": "Kindred", "role": "JUNGLE", "winRate": "56.2%"}, {"name": "Syndra", "role": "MID", "winRate": "56.2%"}, {"name": "Fiora", "role": "TOP", "winRate": "55.7%"}, {"name": "Karma", "role": "SUPPORT", "winRate": "55.2%"}, {"name": "Heimerdinger", "role": "SUPPORT", "winRate": "54.8%"}, {"name": "Lee Sin", "role": "JUNGLE", "winRate": "54.6%"}, {"name": "Kai'Sa", "role": "ADC", "winRate": "54.1%"}, {"name": "Graves", "role": "JUNGLE", "winRate": "54.0%"}, {"name": "Nautilus", "role": "SUPPORT", "winRate": "53.6%"}, {"name": "Blitzcrank", "role": "SUPPORT", "winRate": "52.9%"}, {"name": "Caitlyn", "role": "ADC", "winRate": "52.5%"}, {"name": "Sylas", "role": "MID", "winRate": "52.1%"}, {"name": "Varus", "role": "ADC", "winRate": "51.8%"}, {"name": "Aatrox", "role": "TOP", "winRate": "49.2%"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"sTier": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "role": {"type": "string"}, "winRate": {"type": "string"}}, "required": ["name", "role", "winRate"]}}}, "required": ["sTier"]} |
f50f72a6-deea-48e9-b03a-476760f0910c/abc1a5ce-8f3d-4c98-966e-9cde05a3227e/0/0 | League Of Legends Galore | Get Details aboat players, champions, and more!
Check the About page for details on every API! | 9.2 | Get All League Ranks | Get League of Legends ranks and their player base! | 200 | New Example | [{"name": "Iron", "playerBase": "~4.0%"}, {"name": "Bronze", "playerBase": "~24.0%"}, {"name": "Silver", "playerBase": "~33.0%"}, {"name": "Gold", "playerBase": "~25.0%"}, {"name": "Platinum", "playerBase": "~10.0%"}, {"name": "Diamond", "playerBase": "~1.9%"}, {"name": "Master", "playerBase": "~0.27%"}, {"name": "GrandMaster", "playerBase": "~0.025%"}, {"name": "Challenger", "playerBase": "0.011%"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "playerBase": {"type": "string"}}, "required": ["name", "playerBase"]}} |
f50f72a6-deea-48e9-b03a-476760f0910c/9a2dd97d-8959-4ef7-a38f-8c1e61575451/0/0 | League Of Legends Galore | Get Details aboat players, champions, and more!
Check the About page for details on every API! | 9.2 | Search For A Champion | This will go through the list of champions and return a single champion or a list of champions depending on YOUR request! | 200 | New Example | [{"champName": "Zed", "blueEssence": 4800, "RP": 880, "HP": 654, "LvLHPGain": 99, "HPR": 7, "LvLHPRGain": 0.65, "resource": "Energy", "MP": 0, "LvLMPGain": 0, "MPR": 0, "LvLMPRGain": 0, "moveSpeed": 345, "attDamage": 63, "LvLAttDamageGain": 3.4, "attSpeed": 0.651, "LvLAttSpeedGain": 3.3, "range": 125, "armor": 32, "LvLArmorGain": 4.7, "magicArmor": 32, "LvLMagicArmorGain": 2.05, "releaseDate": "2012-11-13", "Attributes": "Assassin"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"champName": {"type": "string"}, "blueEssence": {"type": "integer"}, "RP": {"type": "integer"}, "HP": {"type": "integer"}, "LvLHPGain": {"type": "integer"}, "HPR": {"type": "integer"}, "LvLHPRGain": {"type": "number"}, "resource": {"type": "string"}, "MP": {"type": "integer"}, "LvLMPGain": {"type": "integer"}, "MPR": {"type": "integer"}, "LvLMPRGain": {"type": "integer"}, "moveSpeed": {"type": "integer"}, "attDamage": {"type": "integer"}, "LvLAttDamageGain": {"type": "number"}, "attSpeed": {"type": "number"}, "LvLAttSpeedGain": {"type": "number"}, "range": {"type": "integer"}, "armor": {"type": "integer"}, "LvLArmorGain": {"type": "number"}, "magicArmor": {"type": "integer"}, "LvLMagicArmorGain": {"type": "number"}, "releaseDate": {"type": "string"}, "Attributes": {"type": "string"}}, "required": ["Attributes", "HP", "HPR", "LvLArmorGain", "LvLAttDamageGain", "LvLAttSpeedGain", "LvLHPGain", "LvLHPRGain", "LvLMPGain", "LvLMPRGain", "LvLMagicArmorGain", "MP", "MPR", "RP", "armor", "attDamage", "attSpeed", "blueEssence", "champName", "magicArmor", "moveSpeed", "range", "releaseDate", "resource"]}} |
f50f72a6-deea-48e9-b03a-476760f0910c/25e4ceda-fa88-43cd-bee6-12e18ebc6986/0/0 | League Of Legends Galore | Get Details aboat players, champions, and more!
Check the About page for details on every API! | 9.2 | Get Random Item | This will go through the list of items and return a single RANDOM item! | 200 | New Example | [{"name": "Slightly Magical Footwear", "price": "300", "itemSynergy": ["Navori Quickblades", "Sunfire Aegis", "Lord Dominik's Regards", "The Collector", "Rapid Firecannon"], "champSynergy": ["Aatrox", "Nami", "Warwick", "Twitch", "Lux"]}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "price": {"type": "string"}, "itemSynergy": {"type": "array", "items": {"type": "string"}}, "champSynergy": {"type": "array", "items": {"type": "string"}}}, "required": ["champSynergy", "itemSynergy", "name", "price"]}} |
f50f72a6-deea-48e9-b03a-476760f0910c/1fd03ccc-acf0-4142-8b71-d2e8eef4cf76/0/0 | League Of Legends Galore | Get Details aboat players, champions, and more!
Check the About page for details on every API! | 9.2 | Search For A Item | This will go through the list of items and return a single item or a list of items depending on YOUR request! | 200 | New Example | [{"name": "Long Sword", "price": "350", "itemSynergy": ["Infinity Edge", "Death's Dance", "Serylda's Grudge", "Black Cleaver", "Jak'Sho, The Protean"], "champSynergy": ["Mordekaiser", "Dr. Mundo", "Swain", "Warwick", "Nami"]}, {"name": "B.F. Sword", "price": "1300", "itemSynergy": ["Divine Sunderer", "Ravenous Hydra", "Death's Dance", "Infinity Edge", "Eclipse"], "champSynergy": ["Dr. Mundo", "Mordekaiser", "Fiora", "Nami", "Swain"]}, {"name": "Chempunk Chainsword", "price": "2800", "itemSynergy": ["Guardian Angel", "Imperial Mandate", "Black Mist Scythe", "Death's Dance", "Black Cleaver"], "champSynergy": ["Mordekaiser", "Wukong", "Fiora", "Sett", "Teemo"]}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "price": {"type": "string"}, "itemSynergy": {"type": "array", "items": {"type": "string"}}, "champSynergy": {"type": "array", "items": {"type": "string"}}}, "required": ["champSynergy", "itemSynergy", "name", "price"]}} |
5fe05400-b6b7-435f-9b50-d460c4edff51/9d45ecb1-0123-4e01-b846-43809a432eb6/0/0 | Tambola Fun | Tambola API | 5.5 | Tickets | API endpoint to generate tickets. Pass count in case more than 1 tickets need to be created. Max 10 per request.
Refer to example response (on the right) to see how tickets are generated. Each ticket has 3 rows and 9 columns. Empty columns are returns with an X and non-empty columns contain the number. | 200 | Response | {"response_code": 200, "tickets": [[[6, "X", "X", "X", 47, "X", 61, 72, 80], ["X", 10, 29, 39, "X", "X", 63, "X", 85], [8, "X", "X", "X", "X", 58, 65, 75, 89]], [["X", 11, "X", 30, "X", 56, 63, "X", 81], [9, 18, 20, "X", "X", "X", "X", 76, 90], ["X", "X", 22, 35, 40, 59, "X", 77, "X"]]]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"response_code": {"type": "integer"}, "tickets": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": ["integer", "string"]}}}}}, "required": ["response_code", "tickets"]} |
67e0fd82-2d68-4dc8-ab3a-3e26185150d3/40bb1f2b-1d1e-41ad-8200-e2df1d8fcc6d/0/0 | Free Fire API | Free Fire Game API, you can access an extensive database of character profiles, including detailed information on their abilities, statistics, and unique skills. Whether it's unlocking a new character or comparing their strengths, this API empowers you to provide in-depth character analysis to your users. | 5.1 | news | get all news list ! | 200 | New Example | {"status": "success", "msg": "", "data": {"article_category": [{"id": 1, "name": "Announcement"}, {"id": 20, "name": "Patch Note"}, {"id": 31, "name": "DevBlog"}, {"id": 32, "name": "Collaboration"}, {"id": 33, "name": "Support"}], "data": [{"id": 1170, "title": "Patch Notes", "author": "", "abstract": "Play and Achieve Together!", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20235/690f2f560e060e527a4d354d74b97fa0.jpg", "is_recommended": 0, "published_at": 1685419909, "category_id": 20, "seo_url": ""}, {"id": 1144, "title": "[Dev Blog] Gloo Makers", "author": "", "abstract": "In the new version, Gloo Walls will be obtained from Gloo Makers instead of looted from the ground. ", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20235/6b873dfd5dd5aeaaa676742fd7dcbb4c.jpg", "is_recommended": 0, "published_at": 1685001568, "category_id": 31, "seo_url": ""}, {"id": 1152, "title": "Spider-Man\u2122: Across the Spider-Verse to swing into Free Fire this June", "author": "", "abstract": "Free Fire has teamed up with the widely-anticipated animated sequel, Spider-Man\u2122: Across the Spider-Verse, to bring exciting content to players and fans around the globe.", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20235/adb0c0fd64c416653870ab2bd25df0b4.jpg", "is_recommended": 0, "published_at": 1685000813, "category_id": 32, "seo_url": ""}, {"id": 1145, "title": "[Dev Blog] Shotgun & SMG Adjustments", "author": "", "abstract": "In this patch, we reduced the effective range of shotguns (M1887/Charge Buster/M1014) that can reach unusually far. We enhanced their other attributes to up their ease of use.", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20235/adcc9418e6f6242986040a83fb652020.jpg", "is_recommended": 0, "published_at": 1684900951, "category_id": 31, "seo_url": ""}, {"id": 1120, "title": "Patch Notes", "author": "", "abstract": "Patch Notes", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20233/05c1859f480911c6e303e22eb9d879d0.jpg", "is_recommended": 0, "published_at": 1679396400, "category_id": 20, "seo_url": ""}, {"id": 999, "title": "[Dev Blog] Characters: A New Journey", "author": "", "abstract": "Dev Blog - Characters: A New Journey", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20233/d7a04bc72d0ce5f495d8cd53a94fa0eb.png", "is_recommended": 0, "published_at": 1678261206, "category_id": 31, "seo_url": ""}, {"id": 969, "title": "[Dev Blog] OB38 Character System Enhancements", "author": "", "abstract": "Dev Blog - Character System Enhancements", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20231/4a504c14b66071035d3242e5f0ec9505.jpg", "is_recommended": 0, "published_at": 1673422841, "category_id": 31, "seo_url": ""}, {"id": 968, "title": "Patch Notes", "author": "", "abstract": "Patch Notes", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20231/35065ce5f3df2b57a1f01db4ff3f8196.jpg", "is_recommended": 0, "published_at": 1673406000, "category_id": 20, "seo_url": ""}, {"id": 964, "title": "[Dev Blog] Accessibility & High Ping", "author": "", "abstract": "[Dev Blog] Accessibility & High Ping", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20231/7a6d97379ec3d4a6d2619f00d12832ed.jpg", "is_recommended": 0, "published_at": 1673337047, "category_id": 31, "seo_url": ""}, {"id": 950, "title": "[Dev Blog] Battle Royale Rank Points Adjustment", "author": "", "abstract": "A significant change to Battle Royale Rank Points calculation in Season 31.", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/202212/3ef0c77fce62db0b69031633bdae4436.jpg", "is_recommended": 0, "published_at": 1670498753, "category_id": 31, "seo_url": ""}, {"id": 944, "title": "Kickstart the Football season with Free Fire: Football Fable", "author": "", "abstract": "Free Fire\u2019s latest campaign brings the passion of football straight to players\u2019 phones", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/202212/54a345a46dede8bdea628d333f18cbc6.jpg", "is_recommended": 0, "published_at": 1669890893, "category_id": 1, "seo_url": ""}, {"id": 939, "title": "The globe\u2019s best teams have landed in Thailand to compete at Free Fire World Series (FFWS) 2022 Bangkok", "author": "", "abstract": "17 qualified teams from leagues around the world will compete on November 25 and 26 at 10pm (GMT+8), to be crowned World Champion of FFWS 2022 Bangkok", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/202211/5a04de32002bd0b73d8283f0cdd804da.jpg", "is_recommended": 0, "published_at": 1669219200, "category_id": 1, "seo_url": ""}, {"id": 938, "title": "17 top teams will compete at Free Fire World Series (FFWS) 2022 Bangkok", "author": "", "abstract": "FFWS 2022 Bangkok celebrates the spirit of teamwork with the official tournament slogan \u2014 \u2018Fight as One\u2019", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/202211/25cf8139d8ba5005d85a285dd02b3a70.jpg", "is_recommended": 0, "published_at": 1669196886, "category_id": 1, "seo_url": ""}, {"id": 906, "title": "PATCH NOTES: WINTERLANDS", "author": "", "abstract": "PATCH NOTES: WINTERLANDS", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/202211/f91232f1c1bfd467934cf095b2edd5be.jpg", "is_recommended": 0, "published_at": 1668571996, "category_id": 20, "seo_url": ""}, {"id": 892, "title": "Unlock Your Potential on The Road to Booyah this October", "author": "", "abstract": "Celebrate the peak of Booyah Day with the release of a new music video, time-limited game mode, and many exciting rewards", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/202210/5b0ace16d9a274b5d41c948e9febe2d2.jpg", "is_recommended": 0, "published_at": 1666234096, "category_id": 1, "seo_url": ""}, {"id": 871, "title": "Patch Notes: Booyah Day", "author": "", "abstract": "Patch Notes: Booyah Day", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20229/36188c3fe341f30389748e3b827b14ea.jpg", "is_recommended": 0, "published_at": 1663732800, "category_id": 20, "seo_url": ""}, {"id": 854, "title": "Celebrate Free Fire's 5th Anniversary on 27 August with music, action, and new experiences!", "author": "", "abstract": "Celebrate Free Fire's 5th Anniversary on 27 August with music, action, and new experiences!\n", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/45bf00a0906698a1a45fcdc3ba8cb7b4.jpg", "is_recommended": 0, "published_at": 1661512378, "category_id": 32, "seo_url": ""}, {"id": 813, "title": "Gear up for Free Fire\u2019s 5th anniversary celebrations with Justin Bieber", "author": "", "abstract": "Enjoy exclusive events, content and giveaways every week till 27 August, when Justin Bieber will debut an exclusive track \u201cBeautiful Love (Free Fire)\u201d as part of Free Fire\u2019s first in-game performance", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20229/ca8a0f51e23b87ca95cf9fb2462e29a4.jpg", "is_recommended": 0, "published_at": 1659344773, "category_id": 32, "seo_url": ""}, {"id": 812, "title": "Free Fire ushers in a new era with its brand refresh this July", "author": "", "abstract": "Following the last debut of its new logo, Free Fire revealed a full suite of its new look and feel, a new co-creation program, and the return of its Battle In Style campaign", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/1ea970707485131a2d94e6c3b5eca9b3.jpg", "is_recommended": 0, "published_at": 1658307902, "category_id": 1, "seo_url": ""}, {"id": 811, "title": "PATCH NOTES: 5TH ANNIV.", "author": "", "abstract": "PATCH NOTES: 5TH ANNIV.", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/92000cf632c7872d091c07274b5d0d58.jpg", "is_recommended": 0, "published_at": 1658307638, "category_id": 20, "seo_url": ""}, {"id": 810, "title": "Free Fire: New Look, New Chapter", "author": "", "abstract": "Free Fire is evolving to better reflect \u201cBATTLE IN STYLE\u201d \u2013 the brand\u2019s core value at its heart - by refreshing its entire brand look.", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/a6c04829b0af0bbf39380832b69afff5.jpg", "is_recommended": 0, "published_at": 1658134413, "category_id": 1, "seo_url": ""}, {"id": 809, "title": "Free Fire x Justin Bieber Collaboration Announcement", "author": "", "abstract": "Garena partners with global icon Justin Bieber for Free Fire\u2019s 5th anniversary celebrations", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/849e283f6eca30e36a40230493c9b545.jpg", "is_recommended": 0, "published_at": 1657083600, "category_id": 32, "seo_url": ""}, {"id": 804, "title": "Enjoy a full Rampage experience in Free Fire!", "author": "Yunying (Sukey request)", "abstract": "Stay tuned to a bunch of interesting content events and get yourselves ready to join the force!", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/0cc5275a4dc63cbcd953ed120928fdebjpg", "is_recommended": 0, "published_at": 1655973129, "category_id": 1, "seo_url": "fbgsjkv dhf"}, {"id": 778, "title": "Free Fire unveils new logo ahead of its planned brand refresh in July", "author": "Yunying (Sukey request)", "abstract": "Garena has unveiled Free Fire\u2019s new logo, ahead of its official brand refresh this July. The new Free Fire logo will retain key details fans and players are familiar with - the iconic Free Fire knife - while also evoking a more modern and dynamic look that matches the energy of Free Fire\u2019s evolving global community.", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/260ed198122f40060f3724d78e3b3413jpg", "is_recommended": 0, "published_at": 1655886502, "category_id": 1, "seo_url": ""}, {"id": 772, "title": "Rampage is back again!", "author": "Yunying (Sukey request)", "abstract": "Free Fire is bringing back Rampage, one of its classic events, this year, marking the 4th time for players to fuel their Rampage spirits and fight for justice!", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/e5eabb2e3522e0719a52b92533a7f9d2jpg", "is_recommended": 0, "published_at": 1655435680, "category_id": 1, "seo_url": ""}, {"id": 750, "title": "Free Fire launches new Bomb Squad features with a team challenge starting 3 June!", "author": "Yunying (Sukey request)", "abstract": "BOMB SQUAD will return with an upgraded experience! See you on our new map: El Pastelo!", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/582d1be6e9179ad928719a61334dfffcjpg", "is_recommended": 0, "published_at": 1654228800, "category_id": 1, "seo_url": ""}, {"id": 735, "title": "PATCH NOTES: RAMPAGE", "author": "Yunying", "abstract": "PATCH NOTES: RAMPAGE", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/1b1b8615c3fc08d8107a092f90cab663jpg", "is_recommended": 0, "published_at": 1653451200, "category_id": 20, "seo_url": ""}, {"id": 731, "title": "FFWS 2022 SENTOSA champion announcement", "author": "Yunying (Bruce request)", "abstract": "Thai team Attack All Around crowned world champions at the Free Fire World Series (FFWS) 2022 Sentosa", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/e283cc617ada3296c6971885ede2f420jpg", "is_recommended": 0, "published_at": 1653285600, "category_id": 1, "seo_url": ""}, {"id": 725, "title": "FFWS 2022 SENTOSA Finals Lineup & Details", "author": "Yunying (Bruce request)", "abstract": "The world's top 12 teams compete to be crowned Free Fire World Series (FFWS) 2022 Sentosa champions this weekend!", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/789b6c698c2019e2d8b328469184171ejpg", "is_recommended": 0, "published_at": 1652940000, "category_id": 1, "seo_url": ""}, {"id": 722, "title": "Recap of the FFWS 2022 Sentosa Play-ins: Echo Esports, Attack All Around, Vivo Keyd, and V-Gaming will compete in the Finals!", "author": "Yunying (Bruce request)", "abstract": "Recap of the FFWS 2022 Sentosa Play-ins: Echo Esports, Attack All Around, Vivo Keyd, and V-Gaming will compete in the Finals!", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/88b4fee3c96ab3b9f20d7aad2d89a053jpg", "is_recommended": 0, "published_at": 1652686559, "category_id": 1, "seo_url": ""}, {"id": 689, "title": "Free Fire World Series (FFWS) 2022 Sentosa Qualified Teams", "author": "Yunying (Sukey request)", "abstract": "Free Fire World Series (FFWS) 2022 Sentosa: 10 Play-In teams will compete on 14 May for 4 spots in the Finals", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/38a8d407241e8b12311c906517758d9fjpg", "is_recommended": 0, "published_at": 1652065547, "category_id": 1, "seo_url": ""}, {"id": 682, "title": "FFWS 2022 Full Roster Lineup", "author": "Yunying (Sukey request)", "abstract": "Free Fire's most iconic offline tournament, the Free Fire World Series (FFWS), returns in May! The highly-anticipated event will be held in Singapore for the second year running. Taking place off Singapore's southern coast, Sentosa, the FFWS 2022 Sentosa is slated to provide a thrilling viewing experience to fans and players from 14 May as teams gather to compete for grand prizes.", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/08d5b3b66f1e8129bc59e79555077d4cjpg", "is_recommended": 0, "published_at": 1650603941, "category_id": 1, "seo_url": ""}, {"id": 680, "title": "Join Hayato in his journey through the Free Fire world in the latest film, How To Start A Fire, this 23 April!", "author": "Yunying (Sukey request)", "abstract": "With Free Fire Tales: The First Battle, the first campaign based on the game\u2019s lore, in full swing, fans and players can look forward to the release of the main film, How To Start A Fire, alongside a series of exciting in-game activities and rewards coming on 23 April 2022!", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/c584ceb349f88ae698207cb10c13692ejpg", "is_recommended": 0, "published_at": 1650520800, "category_id": 1, "seo_url": ""}, {"id": 676, "title": "Explore the beginning of Free Fire\"s lore with Free Fire Tales: The First Battle", "author": "Yunying (Sukey request)", "abstract": "Fans and players are invited to take a first peak into the Free Fire lore through the lens of the main character, Hayato Yagami, with Free Fire Tales: The First Battle. The campaign is the first of its kind as it marks Free Fire\u2019s first animated series to bring players into the worldview of Free Fire through breathtaking animation and cinematic storytelling.", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/34cda3a4045902074d028201dc91d35fjpg", "is_recommended": 0, "published_at": 1649747768, "category_id": 1, "seo_url": ""}, {"id": 655, "title": "PATCH NOTE: HEROES ARISE", "author": "Yunying", "abstract": "PATCH NOTE: HEROES ARISE", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/daf070f6f411dc84a2b4ac1b80fa0747jpg", "is_recommended": 0, "published_at": 1648008621, "category_id": 20, "seo_url": ""}, {"id": 635, "title": "Enjoy the Leap of Faith with Free Fire\u2019s latest crossover with Assassin\u2019s Creed", "author": "Yunying (Hazel request)", "abstract": "Free Fire\u2019s crossover with Assassin\u2019s Creed sees dedicated gameplay updates, a collaboration theme song, and an in-game thematic reskin, among others", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/4aba1e9f3d06ec07bfafdb7c8d261634png", "is_recommended": 0, "published_at": 1646276614, "category_id": 32, "seo_url": ""}, {"id": 598, "title": "Patch Note: Illuminate", "author": "Yunying", "abstract": "Patch Note: Illuminate", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/44539ebc3e7897bb1227d23c2b57b562jpg", "is_recommended": 0, "published_at": 1642568043, "category_id": 20, "seo_url": ""}, {"id": 601, "title": "Free Fire welcomes its first crossover of 2022 with Assassin\u2019s Creed\u00ae", "author": "Yunying (Hazel request)", "abstract": "Garena\u2019s latest crossover brings Assassin\u2019s Creed content into the world of Free Fire", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/faea8241d12078fded60bc01381e25f3jpg", "is_recommended": 0, "published_at": 1642560823, "category_id": 32, "seo_url": ""}, {"id": 569, "title": "[New Age] The New Age Day", "author": "Yunying (Bruce request)", "abstract": "The rise of Alpine", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/c39c3bb75e8098cc05e3cf691f63edd4jpg", "is_recommended": 0, "published_at": 1640748269, "category_id": 1, "seo_url": ""}, {"id": 562, "title": "[New Age] The Ascension Day", "author": "Yunying (Bruce request)", "abstract": "Let\u2019s celebrate the victory together", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/960a7ecc91d1121e6404ad80a5038ceejpg", "is_recommended": 0, "published_at": 1640141046, "category_id": 1, "seo_url": ""}, {"id": 550, "title": "[New Age] It\"s Coming Soon", "author": "Yunying (Emma request)", "abstract": "Dive into the \"New Age\"", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/0cddd68810c370494854adcf7ed76e2ejpg", "is_recommended": 0, "published_at": 1639365178, "category_id": 1, "seo_url": ""}, {"id": 541, "title": "Patch Note: New Age", "author": "Patch Note: New Age", "abstract": "Patch Note: New Age", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/44e59ba2ba43e279b96093ea48ce6e53jpg", "is_recommended": 0, "published_at": 1638331598, "category_id": 20, "seo_url": ""}, {"id": 505, "title": "Patch Note: BOOYAH Day", "author": "Yunying (chenchen request)", "abstract": "Patch Note: BOOYAH Day", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/4b0d82149d644041d10d0fb5ba1590b8jpg", "is_recommended": 0, "published_at": 1632798488, "category_id": 20, "seo_url": ""}, {"id": 485, "title": "PATCH NOTE: 4NNIVERSARY", "author": "yunying(chenchen request)", "abstract": "PATCH NOTE: 4NNIVERSARY", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/45b629de938086e8accacd31e756b0a8jpg", "is_recommended": 0, "published_at": 1628049858, "category_id": 20, "seo_url": ""}, {"id": 459, "title": "PATCH NOTE: RAMPAGE", "author": "yunying(chenchen request)", "abstract": "PATCH NOTE: RAMPAGE", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/8b25b4e47c3b37df52e70138774509e1jpg", "is_recommended": 0, "published_at": 1623124800, "category_id": 20, "seo_url": ""}, {"id": 454, "title": "Garena Free Fire\u2019s Rampage campaign back for its 3rd edition, headlined by theme song by DJ-duo Dimitri Vegas & Like Mike", "author": "Yunying(Emma request)", "abstract": "Garena Free Fire\u2019s Rampage campaign back for its 3rd edition, headlined by theme song by DJ-duo Dimitri Vegas & Like Mike", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/4c1252098f8230980d300982684fefb9jpg", "is_recommended": 0, "published_at": 1622773541, "category_id": 1, "seo_url": ""}, {"id": 428, "title": "PATCH NOTE: WORLD SERIES", "author": "Yunying (chenchen request)", "abstract": "PATCH NOTE: WORLD SERIES", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/news/OB27.jpg", "is_recommended": 0, "published_at": 1618374184, "category_id": 20, "seo_url": ""}, {"id": 365, "title": "Bermuda Banter - State of the Character System", "author": "yunying(chenchen request)", "abstract": "Bermuda Banter - State of the Character System", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/news/character/character_cover.jpg", "is_recommended": 0, "published_at": 1617155400, "category_id": 31, "seo_url": ""}, {"id": 351, "title": "Patch Note: Project Cobra", "author": "yunying (chenchen request)", "abstract": "Patch Note: Project Cobra", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/news/OB26/OB26.jpg", "is_recommended": 0, "published_at": 1612414842, "category_id": 20, "seo_url": ""}, {"id": 336, "title": "Patch Notes: Operation Chrono", "author": "yunying(chenchen request)", "abstract": "Patch Notes: Operation Chrono", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/news/OB25.jpg", "is_recommended": 0, "published_at": 1607311322, "category_id": 20, "seo_url": ""}, {"id": 322, "title": "Patch Notes: BOOYAH Day", "author": "yunying", "abstract": "Patch Notes: BOOYAH Day", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/officialwebsite/news/OB24_pn.jpg", "is_recommended": 0, "published_at": 1600819200, "category_id": 20, "seo_url": ""}, {"id": 309, "title": "Anti-Hack FAQ: Dive In", "author": "ChenChen", "abstract": "Hacking issues explained in details by developers", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/cc/DEVBLOG.jpg", "is_recommended": 0, "published_at": 1597557600, "category_id": 1, "seo_url": ""}, {"id": 299, "title": "Patch Notes: 3volution", "author": "CC", "abstract": "Free Fire: 3volution.\r\nIt keeps getting better!", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/cc/Patchnotes23.jpg", "is_recommended": 0, "published_at": 1595840075, "category_id": 20, "seo_url": ""}, {"id": 279, "title": "Anti-Hack FAQ", "author": "Hazel (Haolin request)", "abstract": "Anti-Hack Frequently Asked Questions", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/cc/FAQ_HACK.jpg", "is_recommended": 0, "published_at": 1592287200, "category_id": 1, "seo_url": ""}, {"id": 270, "title": "Ban notice", "author": "Hazel (Haolin request)", "abstract": "Last week, the Anti-Hack Operations Team permanently banned 89,600 accounts caught using prohibited scripts/ modified programs.", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/cc/ban_notice_web.jpg", "is_recommended": 0, "published_at": 1591012800, "category_id": 1, "seo_url": ""}, {"id": 264, "title": "Anti-Hack: Major Update", "author": "CC", "abstract": "Major anti-hack improvements", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/cc/AntiHack1.jpg", "is_recommended": 0, "published_at": 1590731216, "category_id": 1, "seo_url": ""}, {"id": 253, "title": "Patch Notes: Rampage is Back", "author": "CC", "abstract": "A new Patch is coming! Check out this huge mid-year update!", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/aswqooiwd/F7921362A14C9E8909A550289B190A5A.jpg", "is_recommended": 0, "published_at": 1590602400, "category_id": 20, "seo_url": ""}, {"id": 234, "title": "Character Uniqueness & Character Skills", "author": "Lucas", "abstract": "Take a look at our Character Systems!", "image_cover": "https://trello-attachments.s3.amazonaws.com/5e85728eaa745632cfab7c33/5e8bf8b97f32b83b1bf487cf/b076c9a246b13b7dc0764555b4a88d1e/1335_751.jpg", "is_recommended": 0, "published_at": 1586231596, "category_id": 31, "seo_url": ""}, {"id": 228, "title": "Pets & Pet Skills", "author": "Lucas", "abstract": "How our Pet Systems were designed?", "image_cover": "https://trello-attachments.s3.amazonaws.com/5e85728eaa745632cfab7c33/5e8ab4b89aa4c58deea86842/fe0c0cf20f7de5959023ae47941cb596/1335_751.jpg", "is_recommended": 0, "published_at": 1586148202, "category_id": 31, "seo_url": ""}, {"id": 223, "title": "Patch Notes: Clash Squad Goes Ranked!", "author": "Lucas", "abstract": "A new Patch is coming! Take a look in what\"s in it.", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/aswqooiwd/F7921362A14C9E8909A550289B190A5A.jpg", "is_recommended": 0, "published_at": 1585896990, "category_id": 20, "seo_url": ""}, {"id": 220, "title": "BALANCING FREE FIRE - WEAPONS, CHARACTER SKILLS & MORE", "author": "Lucas", "abstract": "Explaining why and how we balance Free Fire", "image_cover": "https://trello-attachments.s3.amazonaws.com/5e85728eaa745632cfab7c33/5e8572b623806e034dda183f/ad87603055e75b4534e60cd799a30979/1335_%C3%97_751.jpg", "is_recommended": 0, "published_at": 1585804228, "category_id": 31, "seo_url": ""}, {"id": 122, "title": "Patch Notes: Kalahari", "author": "root", "abstract": "After we launched our second map, Purgatory, we realized you didn\u2019t like it as much as we expected.", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/aswqooiwd/F7921362A14C9E8909A550289B190A5A.jpg", "is_recommended": 0, "published_at": 1582588800, "category_id": 20, "seo_url": ""}, {"id": 144, "title": "DevBlog: TRAINING GROUNDS", "author": "root", "abstract": "Today we\u2019re here to talk about Training Grounds, a new feature arriving with the next Patch (on 25/02) ", "image_cover": "https://freefiremobile-a.akamaihd.net/common/OB19/ofweb/DEV%20BLOG2.png", "is_recommended": 0, "published_at": 1582243200, "category_id": 31, "seo_url": ""}, {"id": 137, "title": "DevBlog: GAME MODES", "author": "root", "abstract": "In our last Devblog, we\"ve mentioned we\"d be back to talk about game modes -- so here we are!", "image_cover": "https://freefiremobile-a.akamaihd.net/common/OB19/ofweb/DEV%20BLOG2.png", "is_recommended": 0, "published_at": 1582156800, "category_id": 31, "seo_url": ""}, {"id": 151, "title": "DevBlog: KALAHARI", "author": "root", "abstract": "The next patch is hitting the game soon (25/02)", "image_cover": "https://freefiremobile-a.akamaihd.net/common/OB19/ofweb/DEV%20BLOG2.png", "is_recommended": 0, "published_at": 1582070400, "category_id": 31, "seo_url": ""}, {"id": 130, "title": "DevBlog: HUD and UI Adjustments", "author": "root", "abstract": "In the last patch, we did some HUD changes and some of you weren\u2019t big fans of it.", "image_cover": "https://freefiremobile-a.akamaihd.net/common/OB19/ofweb/DEV%20BLOG2.png", "is_recommended": 0, "published_at": 1579564800, "category_id": 31, "seo_url": ""}, {"id": 106, "title": "Patch Note: Winterlands", "author": "root", "abstract": "Although the Character System is what makes Free Fire different compared to other Battle Royales, it has been a while since we made any major changes to this system.", "image_cover": "https://freefiremobile-a.akamaihd.net/common/OB19/officialweb/patchOB19.png", "is_recommended": 0, "published_at": 1575936000, "category_id": 20, "seo_url": ""}, {"id": 83, "title": "Dev Blog: Character System and Progression Adjustment", "author": "root", "abstract": "In today\u2019s dev blog, we\u2019ll be continuing our discussion on Free Fire\u2019s character system and give some sneak peek on what you can expect in the upcoming patch.", "image_cover": "https://freefiremobile-a.akamaihd.net/common/OB19/ofweb/DEV%20BLOG2.png", "is_recommended": 0, "published_at": 1575417600, "category_id": 31, "seo_url": ""}, {"id": 90, "title": "Dev Blog: Characters, Pets, and Skill Slots", "author": "root", "abstract": "Today we\u2019ll discuss the current issues of Free Fire\u2019s characters, skill slots, and what we aim to do in the near future.", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/286c9b09f8d0dev_blog.jpg", "is_recommended": 0, "published_at": 1572480000, "category_id": 31, "seo_url": ""}, {"id": 114, "title": "Patch Note: Spooky Night", "author": "root", "abstract": "The new patch is here! To enjoy the new contents, please go update your Free Fire app on App Store or Google Play", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/ea3049e6990a853c47599cce0dfa7918f073b0a07a4d.jpg", "is_recommended": 0, "published_at": 1571011200, "category_id": 20, "seo_url": ""}, {"id": 52, "title": "LOGIN ON 08/24 TO JOIN THE 2ND ANNIVERSARY!", "author": "root", "abstract": "Invite your friends to join Free Fire\"s 2nd Anniversary event and win exclusive prizes!", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/280444c9e19601.jpg", "is_recommended": 0, "published_at": 1566604800, "category_id": 1, "seo_url": ""}, {"id": 67, "title": "Patch Update: Clash Squad", "author": "root", "abstract": "The new patch is here! To enjoy the new contents, please go update your Free Fire app on App Store or Google Play", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/cdca4e852fbe31d356eb4d7b7ce1354a489fa2fdeaf0.jpg", "is_recommended": 0, "published_at": 1565740800, "category_id": 20, "seo_url": ""}, {"id": 60, "title": "Road to Grand Master", "author": "root", "abstract": "The new patch is here! To enjoy the new contents, please go update your Free Fire app on App Store or Google Play.", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/58512286621401.jpg", "is_recommended": 0, "published_at": 1561420800, "category_id": 1, "seo_url": ""}, {"id": 97, "title": "Join Free Fire Rampage Day", "author": "root", "abstract": "New game mode and massive rewards are waiting for you in Free Fire: Rampage!", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/0ee42960da2a01.jpg", "is_recommended": 0, "published_at": 1559779200, "category_id": 1, "seo_url": ""}, {"id": 75, "title": "The End Is Near...", "author": "root", "abstract": "The new patch is here! To enjoy the new contents, please go update your Free Fire app on App Store or Google Play.", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/51c0605402f701.jpg", "is_recommended": 0, "published_at": 1557273600, "category_id": 1, "seo_url": ""}, {"id": 38, "title": "Join the Free Fire World Cup!", "author": "root", "abstract": "The new patch is here! To enjoy the new contents, please go update your Free Fire app on App Store or Google Play.", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/489a0a55042101.jpg", "is_recommended": 0, "published_at": 1553040000, "category_id": 1, "seo_url": ""}, {"id": 44, "title": "\"Graveyard\" on Bermuda!", "author": "root", "abstract": "New patch is now live! To try the new contents, please update your Free Fire app on the Apple store or Google Play store.", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/6fddd03b87d701.jpg", "is_recommended": 0, "published_at": 1548115200, "category_id": 20, "seo_url": ""}, {"id": 192, "title": "Winterlands", "author": "root", "abstract": "New patch is now live! To try the new contents, please update your Free Fire app on the Apple store or Google Play store.", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/8279fa33c40401.jpg", "is_recommended": 0, "published_at": 1543968000, "category_id": 1, "seo_url": ""}, {"id": 186, "title": "HALLOWEEN CANDY RUSH", "author": "root", "abstract": "The new patch is here! To enjoy the new contents, please go update your Free Fire app on App Store or Google Play.", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/e3bdacf2a85a01.jpg", "is_recommended": 0, "published_at": 1539648000, "category_id": 1, "seo_url": ""}, {"id": 198, "title": "NEW UPDATE:NEW CHARACTER, NEW VEHICLE,NEW WEAPON", "author": "root", "abstract": "The new patch is here! To enjoy the new contents, please go update your Free Fire app on App Store or Google Play.", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/ef6502bacf9301.jpg", "is_recommended": 0, "published_at": 1536710400, "category_id": 1, "seo_url": ""}, {"id": 204, "title": "NEW CHARACTER, NEW AIRDROP VEHICLE", "author": "root", "abstract": "The new patch is here! To enjoy the new contents, please go update your Free Fire app on App Store or Google Play.", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/26b5e69f85c001.jpg", "is_recommended": 0, "published_at": 1532563200, "category_id": 1, "seo_url": ""}, {"id": 210, "title": "New Update: New Map & Fire Pass", "author": "root", "abstract": "The new patch is here! To enjoy the new contents, please go update your Free Fire app on App Store or Google Play.", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/5c1c6983455301.jpg", "is_recommended": 0, "published_at": 1529452800, "category_id": 20, "seo_url": ""}, {"id": 165, "title": "New Update: New Map & Fire Pass", "author": "root", "abstract": "The new patch is here! To enjoy the new contents, please go update your Free Fire app on App Store or Google Play.", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/43475b996a5d01.jpg", "is_recommended": 0, "published_at": 1527120000, "category_id": 20, "seo_url": ""}, {"id": 175, "title": "New Update: New Mode, New Character, New Weapon and New Vehicle", "author": "root", "abstract": "April patch is here! To enjoy the new contents, please go update your Free Fire app on App Store or Google Play.", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/b490bd2786e801.jpg", "is_recommended": 0, "published_at": 1523923200, "category_id": 20, "seo_url": ""}, {"id": 155, "title": "New Update: New Mode, New Character, New Weapon and New Vehicle", "author": "root", "abstract": "The new patch goes live now To enable to the new contents, please go update your Free Fire app on App Store or Google Play ", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/d110ecb0ced7thumb_534_300_20180320024032554.jpg", "is_recommended": 0, "published_at": 1521504000, "category_id": 20, "seo_url": ""}, {"id": 170, "title": "New Update: New Mode, New Character, New Weapon and New Vehicle", "author": "root", "abstract": "The new patch goes live now To enable to the new contents, please go update your Free Fire app on App Store or Google Play ", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/d616c99e594bthumb_534_300_20180208020312957.jpg", "is_recommended": 0, "published_at": 1519776000, "category_id": 20, "seo_url": ""}, {"id": 160, "title": "A Letter to the Free Fire Community from Garena ", "author": "root", "abstract": "Dear Players,\nFirst and foremost, we would like to sincerely thank each and every one of you for your support over the past few months ", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/00533bc11eaathumb_534_300_20180115045924972.jpg", "is_recommended": 0, "published_at": 1515974400, "category_id": 1, "seo_url": ""}, {"id": 180, "title": "NEW UPDATE", "author": "root", "abstract": "Dear players, the next update is upon us! To enable the new features and content, servers will undergo maintenance from 6:00 am to 2:30 pm (UTC +8) Jan 9 Players will not be able to log in or begin a game during maintenance ", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/19b5cae73e52thumb_534_300_20180108060203633.jpg", "is_recommended": 0, "published_at": 1515369600, "category_id": 20, "seo_url": ""}, {"id": 2, "title": "Update from developers", "author": "root", "abstract": " Update from developers", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/30cb9f22554cthumb_534_300_20171222022358333.jpg", "is_recommended": 0, "published_at": 1513900800, "category_id": 1, "seo_url": ""}, {"id": 32, "title": "New Update", "author": "root", "abstract": "Dear players, a new update will arrive shortly To enable the new features and content, servers will undergo maintenance from 6:00 am to 1:30 pm (UTC +8) Dec 19 Players will not be able to log in or begin a game during maintenance ", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/6707990325dbthumb_534_300_20171218104859920.jpg", "is_recommended": 0, "published_at": 1513555200, "category_id": 20, "seo_url": ""}, {"id": 7, "title": "Official Launch", "author": "root", "abstract": "Free Fire has been OFFICIALLY LAUNCHED on Dec 4 ", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/cd9c905fafb3thumb_534_300_20171204080822508.jpg", "is_recommended": 0, "published_at": 1512345600, "category_id": 1, "seo_url": ""}, {"id": 17, "title": "Patch Update 1.6.5", "author": "root", "abstract": "Changes in this version will include a bigger map, a ton of bug fixes and some neat little new features ", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/cd42541aff06thumb_534_300_20171117084905120.jpg", "is_recommended": 0, "published_at": 1510876800, "category_id": 20, "seo_url": ""}, {"id": 22, "title": "Patch Update 1.2.17", "author": "root", "abstract": "Our team worked overnight to find the root cause of the issue and we have released patch 1 2 17, which includes a setting to lower your graphics quality ", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/59394174c9d6thumb_534_300_20171104051454154.png", "is_recommended": 0, "published_at": 1509753600, "category_id": 20, "seo_url": ""}, {"id": 27, "title": "Closed Beta has now started!", "author": "root", "abstract": "Dear Players,Today (November 3) we will open the closed beta servers to the public", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/7b5f46679451thumb_534_300_20171103011543230.jpg", "is_recommended": 0, "published_at": 1509667200, "category_id": 1, "seo_url": ""}, {"id": 12, "title": "Closed Beta Announcement", "author": "root", "abstract": "We are very happy to announce that Free Fire - Battle Royale will begin closed beta testing very soon", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/official/f4376853fcd7thumb_534_300_20171101024208168.png", "is_recommended": 0, "published_at": 1509408000, "category_id": 1, "seo_url": ""}], "count": 95}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "msg": {"type": "string"}, "data": {"type": "object", "properties": {"article_category": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "author": {"type": "string"}, "abstract": {"type": "string"}, "image_cover": {"type": "string"}, "is_recommended": {"type": "integer"}, "published_at": {"type": "integer"}, "category_id": {"type": "integer"}, "seo_url": {"type": "string"}}, "required": ["abstract", "author", "category_id", "id", "image_cover", "is_recommended", "published_at", "seo_url", "title"]}}, "count": {"type": "integer"}}, "required": ["article_category", "count", "data"]}}, "required": ["data", "msg", "status"]} |
67e0fd82-2d68-4dc8-ab3a-3e26185150d3/92c72585-13a7-49a8-a14f-51ee47bcc994/0/0 | Free Fire API | Free Fire Game API, you can access an extensive database of character profiles, including detailed information on their abilities, statistics, and unique skills. Whether it's unlocking a new character or comparing their strengths, this API empowers you to provide in-depth character analysis to your users. | 5.1 | videos | get all videos list ! | 200 | New Example | {"status": "success", "msg": "", "data": {"video_category": [{"id": 1, "name": "Free Fire Collection"}, {"id": 2, "name": "Free Fire Collaboration"}, {"id": 3, "name": "Free Fire Tales"}, {"id": 4, "name": "Free Fire Update"}, {"id": 36, "name": "Support"}, {"id": 37, "name": "Free Fire Official"}], "data": [{"id": 629, "title": "New Look, New Chapter | Free Fire Official", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/f5e5dc286ea66e7b252c0cc399e2920djpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/MMUIRxruxfo", "is_recommended": 1, "video_length": 37, "category_id": 37, "published_at": 1657363568}, {"id": 528, "title": "WE'RE BACK | FFWS 2022 SENTOSA - Free Fire", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/00235173cf69b5de55a7db125325f4d3jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/G1enaGRqltw", "is_recommended": 0, "video_length": 60, "category_id": 37, "published_at": 1648813245}, {"id": 531, "title": "Heroes Arise (feat. 2WEI, Nitro) | FFWS 2022 SENTOSA - Free Fire", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/8c680e7cd0c9ad9f9aeeedca4ff94d04jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/WZGj_iRJ0xU", "is_recommended": 0, "video_length": 165, "category_id": 37, "published_at": 1651923696}, {"id": 623, "title": "Bomb Squad 5V5 Animation - Full Version", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/6e676332cb4c0576a0f8ca3dc46ee4c5jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/QrWxS3PQ354", "is_recommended": 0, "video_length": 112, "category_id": 37, "published_at": 1654256516}, {"id": 627, "title": "Rampage Events Throwback | Free Fire Official", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/57f9023cf45c48eb2ff103c7dcf5f23fjpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/7HbtUnyYN0g", "is_recommended": 0, "video_length": 48, "category_id": 37, "published_at": 1655117097}, {"id": 628, "title": "A Message from The Director | Free Fire Official", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/0e5b2778b6cd636cb7cc32cbc936c85ejpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/jxxr9WXu6Fs", "is_recommended": 0, "video_length": 39, "category_id": 37, "published_at": 1655376342}, {"id": 688, "title": "Free Fire Tales Vol.1: How to Start A Fire", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/f9453bc17bf8db1ac3756b6476ef7395jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/e9G2aecEsck", "is_recommended": 0, "video_length": 842, "category_id": 3, "published_at": 1650711032}, {"id": 369, "title": "\u300aCode: Eternity\u300b", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/b15da71803c4127a8d0ddb6345181815jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/2njmOz3JL_A", "is_recommended": 0, "video_length": 108, "category_id": 3, "published_at": 1631011711}, {"id": 370, "title": "Moco \"Enigma\" | Awaken Character", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/e500f96e9d2f4dca6bfa7765d2628908jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/uQCa8e6MIDo", "is_recommended": 0, "video_length": 299, "category_id": 3, "published_at": 1631875661}, {"id": 371, "title": "Tethered (Dream Ver.) - Moco & Steffie | Music Video", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/86e47eb38ffd69394b636e508c597875jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/dq0x1FvRtaY", "is_recommended": 0, "video_length": 248, "category_id": 37, "published_at": 1632134671}, {"id": 453, "title": "What's Up Free Fire S2 EP6: Plan Bermuda", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/d654441872d34133893f1bf9e50d93f3jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/iY30rYpG0RY", "is_recommended": 0, "video_length": 194, "category_id": 4, "published_at": 1638010685}, {"id": 455, "title": "New Map Coming!", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/5fc9552fcda5fa5a18e85802bb945b4ajpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/JcEvz0t5ID0", "is_recommended": 0, "video_length": 40, "category_id": 1, "published_at": 1640864118}, {"id": 456, "title": "About Yeti", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/131ddd5a23439dad5a0dfc1733bbfbabjpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/bcI1erMvf6M", "is_recommended": 0, "video_length": 29, "category_id": 1, "published_at": 1640864150}, {"id": 457, "title": "Moco Decoded | S01E01 | Free Fire Update - Moco Decoded", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/06fe1f1a7794e6847ecd327e561be0b6jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/-SVf6oSmFZ0", "is_recommended": 0, "video_length": 91, "category_id": 4, "published_at": 1631530729}, {"id": 458, "title": "Moco Decoded | S01E02 | Free Fire Update - Moco Decoded", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/b82da796471f3df94c7dd48d38b1373cjpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/5-qSbKZ7GYE", "is_recommended": 0, "video_length": 84, "category_id": 4, "published_at": 1638961157}, {"id": 459, "title": "Light Up Bermuda | Free Fire Official", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/ad8d0c949d77cbcd2d26b03d662c5250jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/OPqfLQs0a7g", "is_recommended": 0, "video_length": 37, "category_id": 1, "published_at": 1643024168}, {"id": 460, "title": "Kelly Show S03E01 | What's Up Free Fire", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/b62dcb77a866631bdc0dd6cbecfb88a8jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/6lVVFaSdEhA", "is_recommended": 0, "video_length": 243, "category_id": 4, "published_at": 1642417192}, {"id": 517, "title": "New Evo Gun: Famas- Demonic Grin | Free Fire Collection", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/81c87de663ba9e4de8af233204667e62jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/IIuDngwU-0E", "is_recommended": 0, "video_length": 52, "category_id": 1, "published_at": 1645184192}, {"id": 518, "title": "Metallic Dragon Skywing | Free Fire Collection", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/a38bad73a21c07ca24482d5fa120c1d9jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/C5_URPO4u88", "is_recommended": 0, "video_length": 53, "category_id": 1, "published_at": 1647689816}, {"id": 519, "title": "Kenta: Ironblood Bladesmith | Free Fire Story", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/4f42e506c4542382bdcbe306893e9f25jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/FCkAyhX4wkE", "is_recommended": 0, "video_length": 62, "category_id": 3, "published_at": 1648032544}, {"id": 520, "title": "Kelly Show S03E02 | What's Up Free Fire", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/7dd3d18f3ed72caac9aa3385024c2392jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/V9eXDuWbhdA", "is_recommended": 0, "video_length": 378, "category_id": 4, "published_at": 1647946825}, {"id": 525, "title": "2D_Dino_draft bundle", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/dc72667c272790959461b231472fa3aajpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/bNfyLsevxac", "is_recommended": 0, "video_length": 64, "category_id": 1, "published_at": 1649072239}, {"id": 529, "title": "Free Fire Tales Vol.1: How to Start A Fire | Trailer#1 | Free Fire Story", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/8769dac50f697f7d14bb6c5509505429jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/09SOQ2-SyS0", "is_recommended": 0, "video_length": 57, "category_id": 3, "published_at": 1649933365}, {"id": 530, "title": "Free Fire Tales Vol.1: How to Start A Fire | Trailer#2 | Free Fire Story", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/1a3929af0c860286aea30dff33d53690jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/o6NEAG96zKc", "is_recommended": 0, "video_length": 60, "category_id": 3, "published_at": 1650451800}, {"id": 368, "title": "What's Up Free Fire S2 EP5: Booyah Day", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/52c2e64987558f9cbd301721b537bfb7jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/x7I4wAxa45U", "is_recommended": 0, "video_length": 219, "category_id": 4, "published_at": 1632913067}, {"id": 367, "title": "Free Fire 4nniversary Full CG", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/2a7cf50e0d5cc1c7ee911fa0dae4eb2ejpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/dChzV95N1b8", "is_recommended": 0, "video_length": 166, "category_id": 37, "published_at": 1630147439}, {"id": 364, "title": "What's Up Free Fire S2 EP4: 4nniversary", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/414e47f0d1372b4e264ce483a43c59ddjpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/yrIb0Ie0FgQ", "is_recommended": 0, "video_length": 253, "category_id": 4, "published_at": 1627901813}, {"id": 377, "title": "Evo Gun - XM8 Destiny Guardian", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/c909a61b8f0e06dfe646396a412ac391jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/tOimEXYz25Q", "is_recommended": 0, "video_length": 75, "category_id": 1, "published_at": 1628336064}, {"id": 378, "title": "Drift to Booyah with MCL-FF | CG Full Version", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/437a907437ab72fe825ae90f9e4367cejpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/JwAtoep6W44", "is_recommended": 0, "video_length": 61, "category_id": 1, "published_at": 1630928087}, {"id": 363, "title": "EP39 - Wildland Walkers", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/53531bfd87db328e63a2e9efd095efb0jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/gj1-4qUKOQ0", "is_recommended": 0, "video_length": 52, "category_id": 1, "published_at": 1627644818}, {"id": 360, "title": "EP38 - Guns for Hire", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/bf2c76dadd097f4a6da65b1ccdfba336jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/Kc9eXgPChUs", "is_recommended": 0, "video_length": 50, "category_id": 1, "published_at": 1625225591}, {"id": 359, "title": "Rampage: New Dawn Full Story", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/19357bf2a264b7e0e67648d156530389jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/g-AZ6bNjw-c", "is_recommended": 0, "video_length": 190, "category_id": 37, "published_at": 1623840199}, {"id": 357, "title": "Rampage: New Dawn - The Mythos Four", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/e95a0bda6943f374ccf5ac737105f6b8jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/xpgtQ3FA128", "is_recommended": 0, "video_length": 87, "category_id": 37, "published_at": 1624444644}, {"id": 356, "title": "What's Up Free Fire S2 EP3: Rampage", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/c58f43b6451002c5167dbcb8ac6fd7f5jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/jnyX5OWt3UE", "is_recommended": 0, "video_length": 268, "category_id": 4, "published_at": 1622976971}, {"id": 348, "title": "Rampage: New Dawn Teaser", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/cb45d2d209c729e8f4cde9f40a0bc509jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/SCeXvQn1J0o", "is_recommended": 0, "video_length": 20, "category_id": 37, "published_at": 1622802999}, {"id": 350, "title": "Andrew \"The Fierce\" | Awaken Character", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/76c7b0e8eed9b17a470e6e562e487bbfjpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/rkXw1ECuUq8", "is_recommended": 0, "video_length": 193, "category_id": 3, "published_at": 1622371629}, {"id": 349, "title": "EP37 - Evil Enchanted", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/272d582d2dade65923decd912a339aacjpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/7gp7uNwQm7o", "is_recommended": 0, "video_length": 52, "category_id": 1, "published_at": 1622287967}, {"id": 340, "title": "The Runawayz: Encounter", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/5bd47307a8d775c74b32a1c327f53bc6jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/z2WbrB-w-cE", "is_recommended": 0, "video_length": 153, "category_id": 3, "published_at": 1619779687}, {"id": 337, "title": "EP36 - Theater of Torment", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/9441ff0b514f1b59916bc568d0005295jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/8YZTHYWCuWk", "is_recommended": 0, "video_length": 70, "category_id": 1, "published_at": 1619609280}, {"id": 376, "title": "Evo Gun - M1014 Green Flame Draco", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/10cf2a29cf9f26f6c5f58bdb9f26267ejpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/Zvu7mkPa3K4", "is_recommended": 0, "video_length": 47, "category_id": 1, "published_at": 1620473352}, {"id": 336, "title": "What's Up Free Fire S2 EP2: World Series", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/d8a2abaad520a5369e7cac084a6a827ejpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/HCbzKr9OjYY", "is_recommended": 0, "video_length": 234, "category_id": 4, "published_at": 1618138540}, {"id": 339, "title": "K.O. night - EP2 K.O. NIGHT", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/6b751ae10b66fdc802c3efabee1a30cfjpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/dePhHp1cfEQ", "is_recommended": 0, "video_length": 33, "category_id": 37, "published_at": 1619346967}, {"id": 338, "title": "K.O. night - EP1 THE DRILL", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/6f6aaef8d54a7330710c705f450c5f92jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/ZHUEPL3MaIU", "is_recommended": 0, "video_length": 48, "category_id": 37, "published_at": 1618655744}, {"id": 335, "title": "EP35 - Bloodwing City", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/459d44e34f9ce4338d41d6aa1237dd97jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/Bj0oUSTGXSI", "is_recommended": 0, "video_length": 46, "category_id": 1, "published_at": 1617190059}, {"id": 203, "title": "EP34 - Willful Wonder", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP34.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/6Oa1nuU6Eew", "is_recommended": 0, "video_length": 49, "category_id": 1, "published_at": 1614598024}, {"id": 223, "title": "Story of the Cobra", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/cobrastory.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/tA0DbjpNePo", "is_recommended": 0, "video_length": 109, "category_id": 37, "published_at": 1614594920}, {"id": 222, "title": "Project Cobra", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/projectcobra.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/9mC_yidPwKc", "is_recommended": 0, "video_length": 192, "category_id": 37, "published_at": 1613817267}, {"id": 221, "title": "EP33 - Fuji Folklore", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP33.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/nbsrS4kYK4Q", "is_recommended": 0, "video_length": 79, "category_id": 1, "published_at": 1612869923}, {"id": 351, "title": "Free Fire x CR7 global collaboration", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/91ae55da1816607fe70ae2ac19b704eejpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/rFOsMMQMayw", "is_recommended": 0, "video_length": 36, "category_id": 2, "published_at": 1609232392}, {"id": 375, "title": "Evo Gun - Predatory Cobra MP40", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/04ab8e372bafb1b8ae25644be7696f9ajpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/rvs9XoNWnrg", "is_recommended": 0, "video_length": 26, "category_id": 1, "published_at": 1613647583}, {"id": 220, "title": "What's Up Free Fire S2 EP1: Project Cobra", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/whff5.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/0z2DuHwjSvw", "is_recommended": 0, "video_length": 217, "category_id": 4, "published_at": 1612263293}, {"id": 218, "title": "New Beginning", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/2f5ec121355abb0abef7197fc342326bjpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/HzW_K3V3Iv4", "is_recommended": 0, "video_length": 83, "category_id": 37, "published_at": 1609497237}, {"id": 217, "title": "EP32 - Specter Squad", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP32.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/p0P5cmUoTu8", "is_recommended": 0, "video_length": 162, "category_id": 1, "published_at": 1609241007}, {"id": 374, "title": "Evo Gun - Megalodon Alpha", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/996faca5f2ffd0a15df140d73e52335ajpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/bOTnAdXMgb0", "is_recommended": 0, "video_length": 45, "category_id": 1, "published_at": 1611314656}, {"id": 216, "title": "What's Up Free Fire S1 EP4: Operation Chrono", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/whff4.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/0X8ycKcBwDA", "is_recommended": 0, "video_length": 193, "category_id": 4, "published_at": 1607338462}, {"id": 215, "title": "EP31 - Endless Oblivion", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP31.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/v2yuHmxa0zw", "is_recommended": 0, "video_length": 99, "category_id": 1, "published_at": 1606562587}, {"id": 150, "title": "EP 30 - Ultrasonic Rave", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP30.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/L9no3gjthUo", "is_recommended": 0, "video_length": 60, "category_id": 1, "published_at": 1604920916}, {"id": 373, "title": "Evo Gun - Blue Flame Draco", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/5b91a7ecee474d91a8241be91098b32djpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/62-gTZy-3cU", "is_recommended": 0, "video_length": 51, "category_id": 1, "published_at": 1605180148}, {"id": 213, "title": "What's Up Free Fire S1 EP3: Booyah Day", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/whff3.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/DgQKFCCyJM4", "is_recommended": 0, "video_length": 341, "category_id": 4, "published_at": 1600772031}, {"id": 342, "title": "Be The Legend with Chrono", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/a1a72f4e2ba70d4689b61ef52840a6eajpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/VfKK-ANXBK0", "is_recommended": 0, "video_length": 60, "category_id": 37, "published_at": 1620469988}, {"id": 341, "title": "Legendary Bounty Hunter", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/e3249a7ce1a4fe224784d194e27864dfjpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/872B5rnQ9Aw", "is_recommended": 0, "video_length": 120, "category_id": 37, "published_at": 1620469929}, {"id": 149, "title": "EP 29 - Anubis Legend II", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP29.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/2jV-THa4BbU", "is_recommended": 0, "video_length": 75, "category_id": 1, "published_at": 1614770486}, {"id": 209, "title": "What's Up Free Fire S1 EP2: 3volution", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/whff2.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/Au5u8gjuycc", "is_recommended": 0, "video_length": 318, "category_id": 4, "published_at": 1595847191}, {"id": 526, "title": "Free Fire x BTS Official Collaboration MV - IDOL\uff5cFull version", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/69a2b653bc24dee10b978575c082d3cejpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/dqfEz_ZEolE", "is_recommended": 0, "video_length": 226, "category_id": 2, "published_at": 1648892063}, {"id": 524, "title": "Free Fire x BTS Show Series - Play Free Fire!", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/561ea94bf699237dd493d62edbee062cjpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/kFI28A0cZWo", "is_recommended": 0, "video_length": 2386, "category_id": 2, "published_at": 1648892037}, {"id": 523, "title": "Free Fire x BTS Show Series - Emotes", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/213ce8f1cc256c6d03a6bab69241db93jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/o2OfQzPIP4M", "is_recommended": 0, "video_length": 497, "category_id": 2, "published_at": 1648546381}, {"id": 522, "title": "Free Fire x BTS Official Collaboration MV - IDOL | Teaser", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/7d8b54a76f5e29d78a572a5e2835f872jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/vCqXzRAi7VY", "is_recommended": 0, "video_length": 10, "category_id": 2, "published_at": 1648373558}, {"id": 148, "title": "EP 28 - Celestial Street", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP28.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/QSaqsifDV40", "is_recommended": 0, "video_length": 72, "category_id": 1, "published_at": 1598613656}, {"id": 206, "title": "What's Up Free Fire S1 EP1: Rampage", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/whff1.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/DWBYHj6jEvE", "is_recommended": 0, "video_length": 198, "category_id": 4, "published_at": 1591267959}, {"id": 521, "title": "Free Fire x BTS Show Series - Costumes", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/afe700b925f89437296e378c618a345bjpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/TxLtuAz5yQc", "is_recommended": 0, "video_length": 1171, "category_id": 2, "published_at": 1648114333}, {"id": 147, "title": "EP 27 - Sushi Menace", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP27.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/STwMiaM_BuE", "is_recommended": 0, "video_length": 68, "category_id": 1, "published_at": 1595935236}, {"id": 516, "title": "Free Fire x BTS Show Series - Selected Characters and Outfits", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/a654d23b62942fa1989e539746ca54f6jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/xRWjcOGd1F4", "is_recommended": 0, "video_length": 544, "category_id": 2, "published_at": 1648027855}, {"id": 146, "title": "EP 26 - Rampage II : Uprising", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP26.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/14QRgkHpJb8", "is_recommended": 0, "video_length": 45, "category_id": 1, "published_at": 1593429607}, {"id": 515, "title": "Free Fire X BTS Greetings Video | Free Fire Collaboration", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/b1570e421273234fc23d4e64cbd3c17fjpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/2wAlDRz8aV8", "is_recommended": 0, "video_length": 32, "category_id": 2, "published_at": 1647941420}, {"id": 145, "title": "EP 25 - Fabled Fox", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP25.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/cc3QRVbKf10", "is_recommended": 0, "video_length": 64, "category_id": 1, "published_at": 1590751174}, {"id": 514, "title": "Free Fire x BTS Global Collaboration - Coming Soon", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/a1cc35c1c11d38a02b8ebdf3f99923ecjpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/YabSYSgd4So", "is_recommended": 0, "video_length": 24, "category_id": 2, "published_at": 1647250186}, {"id": 142, "title": "EP 24 - Forsaken creed", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP24.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/2cy4IzV958Q", "is_recommended": 0, "video_length": 64, "category_id": 1, "published_at": 1588159135}, {"id": 513, "title": "Ignite the Darkness | Free FIre X Assassin's Creed", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/972ac4cad04114cf406592b2f31e0da7jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/SAcr432IB7E", "is_recommended": 0, "video_length": 41, "category_id": 2, "published_at": 1646386158}, {"id": 141, "title": "EP 23 - Agent Paws", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP23.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/rOiGSKdnjLE", "is_recommended": 0, "video_length": 92, "category_id": 1, "published_at": 1611314287}, {"id": 512, "title": "The Creed of Fire Lyric Video | Free Fire X Assassin's Creed", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/72b938386c9b842afb8a7cf77fdf33eajpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/xXVbF7pT3wk", "is_recommended": 0, "video_length": 289, "category_id": 2, "published_at": 1646213325}, {"id": 144, "title": "EP 22 - Fallout Survivors", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP22.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/co6imshNx7U", "is_recommended": 0, "video_length": 49, "category_id": 1, "published_at": 1584703055}, {"id": 452, "title": "Free Fire x Money Heist | Final episode: Raid and Run", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/d5b422d8b6912b5e2c06c881de482c0djpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/LuMh9nejRjE", "is_recommended": 0, "video_length": 132, "category_id": 2, "published_at": 1638523680}, {"id": 20, "title": "EP 21 - T.R.A.P MV", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP21.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/VfBKI3zF3y0", "is_recommended": 0, "video_length": 167, "category_id": 1, "published_at": 1584703015}, {"id": 451, "title": "Free Fire in Venom: Let There Be Carnage | Collaboration Animation", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/7d6120bcd9d8290b7c6c5d9bc5175b28jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/SXkmFpoJEK4", "is_recommended": 0, "video_length": 48, "category_id": 2, "published_at": 1633857781}, {"id": 21, "title": "EP 20 - Shadow Combat", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP20.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/PyANl50nB7k", "is_recommended": 0, "video_length": 52, "category_id": 1, "published_at": 1584702904}, {"id": 372, "title": "Free Fire X McLaren | Collaboration Documentary", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/7507d51daa513ec31aa895a58f2f7b88jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/hhad4J7k3_U", "is_recommended": 0, "video_length": 1506, "category_id": 2, "published_at": 1630833443}, {"id": 22, "title": "EP 19 - Ghost pirates", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP19.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/1OZWwzYYGxI", "is_recommended": 0, "video_length": 83, "category_id": 1, "published_at": 1584702852}, {"id": 366, "title": "Free Fire x DVLM x ALOK x KSHMR - Reunion | Behind the scene", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/b5f3eb6cfbdad82854e04b6637433a3bjpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/vdAo6-58KZg", "is_recommended": 0, "video_length": 225, "category_id": 2, "published_at": 1629883011}, {"id": 23, "title": "EP 18 - Hellhockey", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP18.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/mUgqsuhrQTk", "is_recommended": 0, "video_length": 51, "category_id": 1, "published_at": 1584702825}, {"id": 365, "title": "Free Fire x DVLM x ALOK x KSHMR - Reunion | 4nniversary Theme Song", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/dc83810a197b7ea2b6e415f8f9443436jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/hozg-IOZRzA", "is_recommended": 0, "video_length": 162, "category_id": 2, "published_at": 1629450970}, {"id": 24, "title": "EP 17 - Blood demon", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP17.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/2tjgu2j6tz8", "is_recommended": 0, "video_length": 84, "category_id": 1, "published_at": 1584702800}, {"id": 25, "title": "EP 16 - Gunslinger", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP16.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/DMNm7gtR6Eg", "is_recommended": 0, "video_length": 40, "category_id": 1, "published_at": 1584702774}, {"id": 361, "title": "Free Fire x Street Fighter V", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/5976875dabdcc6a1dba1f8eae0e56fa4jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/7LtLIrjPkw8", "is_recommended": 0, "video_length": 84, "category_id": 2, "published_at": 1625216585}, {"id": 26, "title": "EP 15 - Sandstorm Warriors", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP15.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/1rDX8EiQyfg", "is_recommended": 0, "video_length": 68, "category_id": 1, "published_at": 1584702739}, {"id": 358, "title": "Free Fire x DVLM: \"Rampage\" | Music Video", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/83467f65e69916a677005c22b9e34e66jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/4zSypz-D8PQ", "is_recommended": 0, "video_length": 164, "category_id": 2, "published_at": 1623920538}, {"id": 27, "title": "EP 14 - Primal Hunter", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP14.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/Be4za4HXikQ", "is_recommended": 0, "video_length": 66, "category_id": 1, "published_at": 1584702712}, {"id": 355, "title": "Free Fire x Street Fighter V global collaboration", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/41b93cc86a5dc3517c375cad0e228639jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/f-wP1TL-0kI", "is_recommended": 0, "video_length": 32, "category_id": 2, "published_at": 1622538091}, {"id": 28, "title": "EP 13 - Rampage", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP13.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/0aqdF3UvBwU", "is_recommended": 0, "video_length": 74, "category_id": 1, "published_at": 1584702375}, {"id": 354, "title": "Free Fire x McLaren global collaboration", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/72eb1db4cb8d97ad36e02bd7840d9118jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/ZuJVJISDIRA", "is_recommended": 0, "video_length": 23, "category_id": 2, "published_at": 1621933236}, {"id": 29, "title": "EP 12 - Wrath of the Wild", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP12.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/EPgq9g6LTEg", "is_recommended": 0, "video_length": 73, "category_id": 1, "published_at": 1584702333}, {"id": 353, "title": "Free Fire x Mohamed Ramadan - Maro | Character", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/c4dbb365c827946a12b18de680ddbd2djpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/OfzG3WO_cTw", "is_recommended": 0, "video_length": 78, "category_id": 2, "published_at": 1620982808}, {"id": 30, "title": "EP 11 - Dragon Slayers", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP11.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/cxdve-bC2tg", "is_recommended": 0, "video_length": 69, "category_id": 1, "published_at": 1584702285}, {"id": 352, "title": "Free Fire x Son Tung M-TP - Skyler | Character", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/94f3c46ac4ae5a89a6dcc26e88102c10jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/dhn-WpOgVEQ", "is_recommended": 0, "video_length": 147, "category_id": 2, "published_at": 1620982624}, {"id": 31, "title": "EP 10 - Anubis Legends", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP10.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/Y5qmXjucPT8", "is_recommended": 0, "video_length": 68, "category_id": 1, "published_at": 1584702259}, {"id": 343, "title": "Free Fire x AOT global collaboration", "image_cover": "https://dl.dir.freefiremobile.com/common/web_event/hash/2ecffb587421f1ee79cf2ffcff8f897ejpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/qijW4YvTEmU", "is_recommended": 0, "video_length": 27, "category_id": 2, "published_at": 1615539386}, {"id": 32, "title": "EP 9 - Bomb Squad", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP9.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/qGRKN4Vb9v8", "is_recommended": 0, "video_length": 74, "category_id": 1, "published_at": 1584702234}, {"id": 212, "title": "Hayato ''Firebrand'' | Awaken Character", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/Hayato.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/zrpET8KcN9E", "is_recommended": 0, "video_length": 276, "category_id": 3, "published_at": 1598954051}, {"id": 219, "title": "Free Fire x OPM global collaboration", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/opm.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/QG3xBnfbteM", "is_recommended": 0, "video_length": 58, "category_id": 2, "published_at": 1610355169}, {"id": 33, "title": "EP 8 - Impulsive Shock", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP8.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/uG0duTxVwlY", "is_recommended": 0, "video_length": 70, "category_id": 1, "published_at": 1584702188}, {"id": 211, "title": "Bermuda Remastered", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/Bermuda.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/elUyN6iXPDk", "is_recommended": 0, "video_length": 185, "category_id": 37, "published_at": 1598090016}, {"id": 214, "title": "Free Fire x KSHMR - One More Round | Music Video", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/onemoreround.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/Kt0skXfKniM", "is_recommended": 0, "video_length": 205, "category_id": 2, "published_at": 1603097175}, {"id": 34, "title": "EP 7 - Steampunk Revolution", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP7.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/A-fQjvj-OFM", "is_recommended": 0, "video_length": 70, "category_id": 1, "published_at": 1584702163}, {"id": 208, "title": "Reckoning ft. Krigar\u00e8\uff08The Vengeance Official Music Video\uff09", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/reckoning.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/6Nv9q9Jibmg", "is_recommended": 0, "video_length": 211, "category_id": 37, "published_at": 1595065985}, {"id": 35, "title": "EP 6 - Arcade Mayhem", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/EP6.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/sZYgIkGfNsY", "is_recommended": 0, "video_length": 72, "category_id": 1, "published_at": 1584702134}, {"id": 153, "title": "Plan Bermuda Chapter 3 - Survival", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/pb3.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/eBr3J4TUAG0", "is_recommended": 0, "video_length": 71, "category_id": 2, "published_at": 1600509616}, {"id": 207, "title": "Rampage: Uprising", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/rampage2.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/tMqOxKs2IwE", "is_recommended": 0, "video_length": 104, "category_id": 37, "published_at": 1593510754}, {"id": 152, "title": "Plan Bermuda Chapter 2- Companion", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/pb2.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/hjlz_fLkMT0", "is_recommended": 0, "video_length": 62, "category_id": 2, "published_at": 1599904785}, {"id": 205, "title": "Kelly \"The Swift\" | Awaken Character", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/kellytheswift.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/ycy2-K_M4gk", "is_recommended": 0, "video_length": 240, "category_id": 3, "published_at": 1586944313}, {"id": 151, "title": "Plan Bermuda Chapter 1 - Heist", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/pb1.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/j7x1Qh7uddQ", "is_recommended": 0, "video_length": 60, "category_id": 2, "published_at": 1599295278}, {"id": 210, "title": "Free Fire X Money Heist", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/moneyheist.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/J60q8MpZXPc", "is_recommended": 0, "video_length": 31, "category_id": 2, "published_at": 1596012013}, {"id": 204, "title": "Free Fire x DJ Alok - Vale Vale | Music Video", "image_cover": "https://freefiremobile-a.akamaihd.net/common/web_event/officialwebsite/video/category/cover/valevale.jpg", "abstract": "", "source": 1, "video_link": "https://www.youtube.com/embed/D8TMcsabr-c", "is_recommended": 0, "video_length": 130, "category_id": 2, "published_at": 1584693501}], "count": 121}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "msg": {"type": "string"}, "data": {"type": "object", "properties": {"video_category": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "image_cover": {"type": "string"}, "abstract": {"type": "string"}, "source": {"type": "integer"}, "video_link": {"type": "string"}, "is_recommended": {"type": "integer"}, "video_length": {"type": "integer"}, "category_id": {"type": "integer"}, "published_at": {"type": "integer"}}, "required": ["abstract", "category_id", "id", "image_cover", "is_recommended", "published_at", "source", "title", "video_length", "video_link"]}}, "count": {"type": "integer"}}, "required": ["count", "data", "video_category"]}}, "required": ["data", "msg", "status"]} |
67e0fd82-2d68-4dc8-ab3a-3e26185150d3/5b5403d6-d2ec-4ccb-84fe-9b6abf6ed7d3/0/0 | Free Fire API | Free Fire Game API, you can access an extensive database of character profiles, including detailed information on their abilities, statistics, and unique skills. Whether it's unlocking a new character or comparing their strengths, this API empowers you to provide in-depth character analysis to your users. | 5.1 | pets | get all pets ! | 200 | New Example | {"status": "success", "msg": "", "data": {"pet_category": [{"id": 1, "name": "default"}], "data": [{"id": 249, "name": "Kactus", "abstract": "When owner stays still for 6s, they will restore 10EP/s. Restorations stops once 100 EP is restored or upon movement/jumping", "pic4list": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20236/98572923a69d84439599183ca1d2ee50.png", "skill_icon": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20236/a110b0e2b268fbea6d917838168559a3.png", "is_new": 1, "category_id": 1, "is_skilled": 1}, {"id": 202, "name": "Fang", "abstract": "Loyalty is virtue", "pic4list": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20229/af54c81493c9c48ff854337ed122887c.png", "skill_icon": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20229/58efe1ccd39d70cab6afc81962f7803b.png", "is_new": 0, "category_id": 1, "is_skilled": 1}, {"id": 141, "name": "Hoot", "abstract": "I\"m not just an owl, I am a hoot!", "pic4list": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/e14dca4b27cfd2f617ec8c22b4f01da3.png", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/031e4a53c9562a273f1a3f158886abdf.png", "is_new": 0, "category_id": 1, "is_skilled": 1}, {"id": 129, "name": "Finn", "abstract": "Dare to challange me for a swim?", "pic4list": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/4da07fc7bcc3e7e5b67f3b8271606134.png", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/15f31c3f63841531600de1b3c73d0fbb.png", "is_new": 0, "category_id": 1, "is_skilled": 1}, {"id": 93, "name": "Zasil", "abstract": "I heard that you think I\"m adorable", "pic4list": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/40b9a2de827c0f0bc07de5d9badf32bb.png", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/0c141cf65b9bf4983e893946f028bbd1.png", "is_new": 0, "category_id": 1, "is_skilled": 1}, {"id": 140, "name": "Flash", "abstract": "I got my name from a famous race.", "pic4list": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/8ba9d082f7b34ab77bc3cdd264529999.png", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/07f0873e3d4b524464df9a294ccd0216.png", "is_new": 0, "category_id": 1, "is_skilled": 1}, {"id": 139, "name": "Yeti", "abstract": "Admire my silky fur.", "pic4list": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/dad6a7d911cc171d09e5a86f45477d37.png", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/c926972d56e9197623e1bf269fcfd319.png", "is_new": 0, "category_id": 1, "is_skilled": 1}, {"id": 2, "name": "Agent Hop", "abstract": "A scar on the left eye, a past never to be forgotten...", "pic4list": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/f90194b15a9deed632acfbfcd59682b3.png", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/04c21587e8af4d44901cc1fc0456a8f3.png", "is_new": 0, "category_id": 1, "is_skilled": 1}, {"id": 3, "name": "Sensei Tig", "abstract": "Tig is my name, and slick is my game.", "pic4list": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/42b6dc1dc9654d3beefcb86aafcc3211.png", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/b177a71fccfbbeee4bbb289213131b44.png", "is_new": 0, "category_id": 1, "is_skilled": 1}, {"id": 4, "name": "Dr. Beanie", "abstract": "He insists on everyone calling him Dr. He is not one though.", "pic4list": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/617e6b6f7adbf9e541b81a6e204d767c.png", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/052d08e5b1ad11e2e524e560ccf2ffb4.png", "is_new": 0, "category_id": 1, "is_skilled": 1}, {"id": 5, "name": "Moony", "abstract": "Although not from this world, he loves everything about us!", "pic4list": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/b60d38bc3259c1802c7bd564c7bdd08f.png", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/549002ac06df9756b3c470051d624004.png", "is_new": 0, "category_id": 1, "is_skilled": 1}, {"id": 6, "name": "Dreki", "abstract": "Nothing is known of his past, or of why he\"s here. Perhaps he has come to answer to a calling", "pic4list": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/62a751b85fdb309f9f3e2ca3515c4afc.png", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/0c0e8047ee07ecd45cb3cb638faff2e6.png", "is_new": 0, "category_id": 1, "is_skilled": 1}, {"id": 7, "name": "Beaston", "abstract": "Don\"t judge by his looks. He has a soft heart.", "pic4list": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/d6d67b58a908392795d31c432195ff65.png", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/9e60dea4a72153bdd88fade4ad48fcac.png", "is_new": 0, "category_id": 1, "is_skilled": 1}, {"id": 8, "name": "Rockie", "abstract": "After dying its hair green, Rockie learnt that the color has already gone out of fashion.", "pic4list": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/114bd77faa8a8efa65e7fb378b2f16dd.png", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/9c5afe38217725a9cb527b03069044ed.png", "is_new": 0, "category_id": 1, "is_skilled": 1}, {"id": 9, "name": "Mr.Waggor", "abstract": "Once a guinea pig in the lab, Mr. Waggor was brought home as a pet due to his cuteness. That led to his great escape and subsequent wandering life.", "pic4list": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/366905d6b86ca69b2b714f8efaea703a.png", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd0ec256295b71cf5adb7383235e9ae3.png", "is_new": 0, "category_id": 1, "is_skilled": 1}, {"id": 10, "name": "Falco", "abstract": "When it spreads its wings and soars, sky and land merges at the horizon.", "pic4list": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/2ad5747d3440bc80573c3c7c42e9f1aa.png", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/76f236ff23558395d69e253fe63ad225.png", "is_new": 0, "category_id": 1, "is_skilled": 1}, {"id": 11, "name": "Ottero", "abstract": "Sleeps with its headphones on, a musically talented otter", "pic4list": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/5446340861e93e12a2e2e2b13445479c.png", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/b1256df8ceca9f8d7723f5036e713173.png", "is_new": 0, "category_id": 1, "is_skilled": 1}, {"id": 12, "name": "Robo", "abstract": "Once a helpful house robot, Robo ended up on this island after wandering astray.", "pic4list": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/53130ca295a638779e8899f13c3375e2.png", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/3b0541045e4f1e25fbe6736cd6553233.png", "is_new": 0, "category_id": 1, "is_skilled": 1}, {"id": 13, "name": "Spirit Fox", "abstract": "A fox that traveled from somewhere far away. Also known as man's second best friend.", "pic4list": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/b955a633a573b4c781e7fc42610bf229.png", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/eaf14ab7c504f9e058de35c5afac2b45.png", "is_new": 0, "category_id": 1, "is_skilled": 1}, {"id": 14, "name": "Shiba", "abstract": "BAM! Shiba is here! Prepare yourselves!", "pic4list": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/e0fe6e6cf539e26f6626ead03c187f4f.png", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/71fad31502f7fca241e0220d98102b33.png", "is_new": 0, "category_id": 1, "is_skilled": 1}, {"id": 15, "name": "Detective Panda", "abstract": "I will protect the world!", "pic4list": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/8b6514565644fad475b7f64353ae92b8.png", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/a2fce3aada53454584fcfd99c2a23d54.png", "is_new": 0, "category_id": 1, "is_skilled": 1}, {"id": 16, "name": "Night Panther", "abstract": "The end is near...", "pic4list": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/011a8792f3b70e39a5ecd0873e1e4665.png", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/4c7c8b3ff7788ea4bd0f19b0870239c2.png", "is_new": 0, "category_id": 1, "is_skilled": 1}], "count": 22}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "msg": {"type": "string"}, "data": {"type": "object", "properties": {"pet_category": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "abstract": {"type": "string"}, "pic4list": {"type": "string"}, "skill_icon": {"type": "string"}, "is_new": {"type": "integer"}, "category_id": {"type": "integer"}, "is_skilled": {"type": "integer"}}, "required": ["abstract", "category_id", "id", "is_new", "is_skilled", "name", "pic4list", "skill_icon"]}}, "count": {"type": "integer"}}, "required": ["count", "data", "pet_category"]}}, "required": ["data", "msg", "status"]} |
67e0fd82-2d68-4dc8-ab3a-3e26185150d3/1b72e09b-b9dd-4751-a6ae-7cdc3202b023/0/0 | Free Fire API | Free Fire Game API, you can access an extensive database of character profiles, including detailed information on their abilities, statistics, and unique skills. Whether it's unlocking a new character or comparing their strengths, this API empowers you to provide in-depth character analysis to your users. | 5.1 | characters | get uptodate all characters ! | 200 | New Example | {"status": "success", "msg": "", "data": {"data": [{"id": 668, "name": "Santino", "abstract": "Fashion Designer", "pc_bg": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20233/a87518a4593c1650356ee9374de5754a.png", "skill_icon": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20233/1dc716d45363e490602aaec9adf672c6.png", "is_new": 1, "category_id": 1, "cover_img": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20233/b437f7d724b5bcc8e718ec395846b918.png", "skill_pic": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20233/621f68e1b8eaf799158322db42300591.png", "awaken": 0, "en_name": "Santino"}, {"id": 602, "name": "Tatsuya", "abstract": "IMPULSIVE HOTHEAD", "pc_bg": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20229/a87518a4593c1650356ee9374de5754a.png", "skill_icon": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20229/69fca3d1dfbf52b8fe709c82355d2bfd.png", "is_new": 1, "category_id": 1, "cover_img": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20229/a00504b94adddc82ae3ff2bfc53b568b.png", "skill_pic": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20229/1e8c2ba1703ad38f0efc56567b18762c.png", "awaken": 0, "en_name": "Tatsuya"}, {"id": 552, "name": "A-Patroa", "abstract": "Music Shop Boss", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/9cde29564cf8729927dc5a0afee459a7.png", "is_new": 1, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/4a16d6dfce6f801fcb26533425bd7d2d.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/488bdaf06ecbd5cd6445960c6120aebf.png", "awaken": 0, "en_name": "A-Patroa"}, {"id": 614, "name": "Luna", "abstract": "Guild leader", "pc_bg": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/202211/a87518a4593c1650356ee9374de5754a.png", "skill_icon": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/202211/6cc73730ae5cfd7aa9b480e571cfa7cb.png", "is_new": 0, "category_id": 1, "cover_img": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/202211/1a660469f5dd320a3c9230d80041e8ce.png", "skill_pic": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/202211/ff543098f75981c22c228d573348de4b.png", "awaken": 0, "en_name": "Luna"}, {"id": 551, "name": "Iris", "abstract": "Mission Operator\t", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/5f7e6744cefcf5660aab2025c50600ce.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/2156d6b5ec48a11fee8cfff3a248a77f.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/e6c2a448c9a18d05f5b986c1b8d2b975.png", "awaken": 0, "en_name": "Iris"}, {"id": 550, "name": "J.Biebs", "abstract": "Adventurous Songster", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/81fcbdeec7df4cc8d0829eca30ca19ad.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/f94d67ae9be38cebcc598d3e01a851ff.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/580a841e34ef98aa9bc0caede54c2c2b.png", "awaken": 0, "en_name": "J.Biebs"}, {"id": 537, "name": "Homer", "abstract": "Blind Assassin", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/3ca8416427448fd6b44be066d3de07a6.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/6188da437e7431dd5deec6daa07325db.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/d51bf698be5d6c190f9b2331775d93c3.png", "awaken": 0, "en_name": "Homer"}, {"id": 535, "name": "Kenta", "abstract": "Bladesmith", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/e4fdf70a8788ed3d7687e1a6876e655b.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/6b47bf06a33911e26a74b5928948870f.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/9df9b9c487f67e65a5369c7ae871cca8.png", "awaken": 0, "en_name": "Kenta"}, {"id": 536, "name": "Nairi", "abstract": "Climate Change Researcher", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/4299deebef496d0cdceba09c469e8c1e.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/bd9401e3961c42ff6b1778788a98312b.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/acf47e4e789c9a2efd0b1637803e837e.png", "awaken": 0, "en_name": "Nairi"}, {"id": 505, "name": "Otho", "abstract": "Memory Master", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20233/a27871ba37bea0cf13b9439978d8d095.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/ce44cbba16b791a412ed9a3c699b297f.png", "skill_pic": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20233/5e30cf770733b9594419fc09a3e1b6bd.png", "awaken": 0, "en_name": "Otho"}, {"id": 504, "name": "Leon", "abstract": "Basketballer", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/3dd532709e94fd65c32693ed5187fbd1.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/ee309a97f2c4b4cfce1ca0eec83ad660.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/27609b4ef23926911589427d8c82ec53.png", "awaken": 0, "en_name": "Leon"}, {"id": 478, "name": "Thiva", "abstract": "Lead Singer and Musician", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/3b0d883cb76c948fae231d247543c391.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fbbfee9cb50e7aa1d27d5bf8aacd9f02.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/2565442812903601993ed0117a650635.png", "awaken": 0, "en_name": "Thiva"}, {"id": 477, "name": "Dimitri", "abstract": "Sound Engineer and Musician", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/01e4bd878b3fab466b162abd607aa5f8.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/dfeca1d95a2868e37950ee12eb48e760.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/f8dd829ab797946f4fd638b8168a35ee.png", "awaken": 0, "en_name": "Dimitri"}, {"id": 464, "name": "D-bee", "abstract": "Beat Maker", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/2c742b2d4960e949fae6ec9d258c6ac1.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/0151a21e1ee9c19efec5b05ee6cd63d4.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/ee4b93f5c64c2f5a1dddc5b487f2a936.png", "awaken": 0, "en_name": "D-bee"}, {"id": 447, "name": "Maro", "abstract": "Falconer", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/ea331f06574b1af097969561a1239d92.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/5260d0a86e6fa2abfd064c5578bd66eb.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/d4618127c57698c6a6ec8b337cd4dfc0.png", "awaken": 0, "en_name": "Maro"}, {"id": 462, "name": "Skyler", "abstract": "Entertainment CEO", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/b09d4f7758bb195ecdb00e688fd2572b.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/c1db6a8af8b43bf3e629deaeb555101d.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/967184c50e04c6e8097f6bf10304e6c7.png", "awaken": 0, "en_name": "Skyler"}, {"id": 446, "name": "Xayne", "abstract": "Extreme Athlete", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20229/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20233/bab57f6ced71cde27b79a53bec0ae6c9.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20229/e4afb2e3debc88092492cdc71cceccbf.png", "skill_pic": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20233/56cee681bf7d315f28b80ae69b3f9e11.png", "awaken": 0, "en_name": "Xayne"}, {"id": 405, "name": "Shirou", "abstract": "App-delivery Boy", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/12e2b71b61adf141aa1791fcedfa4541.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/37ceabe19f8644bcb982552070f0e520.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/8649e4340456fbf81280a9556d4a9baa.png", "awaken": 0, "en_name": "Shirou"}, {"id": 299, "name": "Chrono", "abstract": "Bounty Hunter", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/599f1d396016cb5d1e14bff92d6a4958.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/ff68cdffc1deb1a746d71adebead325a.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/e42233ed09242c2fb3eecdae7868412c.png", "awaken": 0, "en_name": "Chrono"}, {"id": 293, "name": "Dasha", "abstract": "Secret Dealer", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/2339739194e10491222e0875983e1b5b.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/4a6e93ce61e87c40c7d3f58ad8ffb0bd.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/09f48ab2e3ed655327d8a0867bccefb4.png", "awaken": 0, "en_name": "Dasha"}, {"id": 255, "name": "K", "abstract": "Professor & Jiujitsu Expert", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/6b9acf586cb51020a943cc80cfad9bfe.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/c3065fcd8976890432117933cc9b6847.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/e5289e0fb226665fc2c396d43f9d8412.png", "awaken": 0, "en_name": "K"}, {"id": 243, "name": "Luqueta", "abstract": "Soccer Star", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/06becacc9751c1eabe8b5d1417c10c85.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/11b1f18bd7549cba76b4f4a5e067bacb.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/5fdbd3380013e1d576c6b32512104d0b.png", "awaken": 0, "en_name": "Luqueta"}, {"id": 1, "name": "Kelly", "abstract": "Track Sprinter", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/298768aee2aac7264b23de0c576304cc.png", "is_new": 0, "category_id": 1, "cover_img": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/202212/9477d8a9b9d1dbce6165b43ad3eaf524.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/b9519ddaa97b7dc738e604eca5ac36fb.png", "awaken": 1, "en_name": "kelly"}, {"id": 3, "name": "Hayato Yagami", "abstract": "Samurai Heir", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/4c8e3b43a2e03e8eb8d0badd61784cc8.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/e90572ef474ed9c8e4112eeaa06cc6aa.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/4d76ca8f749419ed37a05cf010c3eca1.png", "awaken": 1, "en_name": "hayato"}, {"id": 10, "name": "Moco", "abstract": "Hacker", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/1ad3b4d510a48231b86fa9ad6ee63d55.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/ac9a0b7d631852d8f4b3981035741ec8.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/6c8c3978b3432c334caa8ca3e0ab4f39.png", "awaken": 1, "en_name": "moco"}, {"id": 150, "name": "Steffie", "abstract": "Graffiti Artist", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/1d4685200698ca9db9acf24788af78f1.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/550cdc71cfa97dc3f23008188e474cbf.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/511e2259a8d1eb3a447da22031dbba17.png", "awaken": 0, "en_name": "Steffie"}, {"id": 9, "name": "Misha", "abstract": "Racecar Driver", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/ea3b5298c86ef72b4ab26a47e038c349.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/465a496fe5ca40e4cb748c82f7d53b53.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/a3f4ee020ed9970a40a69d3d89553c16.png", "awaken": 0, "en_name": "misha"}, {"id": 15, "name": "Maxim", "abstract": "Speed Eater", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/ad7855bd19e3efacafeefe51c6e39cf9.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/2f90eae09e38bf472d2588c7938a6f71.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/d8272b4298d3ddf85a1cfe58470f142b.png", "awaken": 0, "en_name": "maxim"}, {"id": 2, "name": "Andrew", "abstract": "Ex-Police Officer", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/9422530bc5922de88e8ab4db4942fc3d.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/20ca50be91eaaa4c33a92777c8429b24.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/e7d1e9a44832fa287604e65387b98b6b.png", "awaken": 1, "en_name": "andrew"}, {"id": 11, "name": "Caroline", "abstract": "Miss High and Mighty", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/918f1c83a9de98f2d7f2239198756c23.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/88068baca6c3adb14238b5050747d8c0.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/b05be278559d9edac5df0a39d5db97e6.png", "awaken": 0, "en_name": "caroline"}, {"id": 5, "name": "Laura", "abstract": "Special Agent", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/4d96fbc45ceb38ae00d943d765bd5ec8.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/118d193c335267a09719c42d18377853.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/c9949a830c1fede766d2f1424c63552b.png", "awaken": 0, "en_name": "laura"}, {"id": 14, "name": "Rafael", "abstract": "Gun for Hire", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/6b3898f3706d72b5f762aab53ef92c26.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/41fb5d427a34dbf2d66ff6322ae933af.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/d1b71b0e9a356ce6f1764d7cef1db06a.png", "awaken": 0, "en_name": "rafael"}, {"id": 146, "name": "Alok", "abstract": "World-famous DJ", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fbd0fc52da8d456e2b4c8b6f3ab08659.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/181faa683450fa82e5b7ffe068a9c7f9.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/cb5da61f9df132051c6bd3d0e6e4fc07.png", "awaken": 1, "en_name": "Alok"}, {"id": 178, "name": "Jota", "abstract": "Parkour Expert ", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20233/cc33683f610cfc6977b431e98ec2d477.png", "is_new": 0, "category_id": 1, "cover_img": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20229/8f61ddcdaab137716938d7f65bb73fd4.png", "skill_pic": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20233/c85d4cfd25ff758ba7c639881a0bd964.png", "awaken": 0, "en_name": "Jota"}, {"id": 209, "name": "Clu", "abstract": "Private Detective", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/ce6486855208d69ff0b5f86eb1bc33fa.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/3809ca9651ec4b484daa726b29e4a8c0.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/ead27efc92793ba23763e1f15eab7f6d.png", "awaken": 0, "en_name": "Clu"}, {"id": 210, "name": "Wolfrahh", "abstract": "Video Game Streamer", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/d719b99f745c96de7993879a87e9231d.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/a9e23091d829b9bbca0d86c30f56a1fe.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/58fcad8cc2747aa0864f2bf8ef024737.png", "awaken": 0, "en_name": "Wolfrahh"}, {"id": 145, "name": "Alvaro", "abstract": "Demolitionist", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/4adff788efee3443769dc1a83a10600e.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/71c07f43d2a44aa6803e4dc04c947639.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/5e126f4b5d63adbd2962ed69c36b7f1b.png", "awaken": 1, "en_name": "Alvaro"}, {"id": 17, "name": "Antonio", "abstract": "Gangster", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/21e93989021e669ef2a89773f4cc7e1e.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/ca4550a99e019e84b9e127bf60f2d494.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/17786d2c4989d072367638b2bde5d56a.png", "awaken": 0, "en_name": "antonio"}, {"id": 12, "name": "Paloma", "abstract": "Gang Leader", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/746015b2474207f0bfc2ce8f73f7f073.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/b3120346772a0052f0c6cadb90d922c2.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/964358fe89079f64953c4fa4c0245fce.png", "awaken": 0, "en_name": "paloma"}, {"id": 4, "name": "Miguel", "abstract": "Soldier", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/88706505a1c569a5be94c63569e17c61.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/5ab77333e69f89959f39e68f787b3a36.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/bea4e15007b7abb628699e6ec30ffd1b.png", "awaken": 0, "en_name": "miguel"}, {"id": 16, "name": "Nikita", "abstract": "Bodyguard", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/784216e04b31508f2e36ee91108c8969.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/5fa653cce82de113a6ef059fee9176e0.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/aed47773a222e6389caa0330595ca447.png", "awaken": 0, "en_name": "nikita"}, {"id": 177, "name": "Kapella", "abstract": "Pop Star", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/ce52b28ca62540319da188b263671c7f.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/d3c8711acac05c22d3a5ac170a7a1d32.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/291cfea9c6a42c0b217838d119a93580.png", "awaken": 0, "en_name": "Kapella"}, {"id": 149, "name": "Joseph", "abstract": "Tech CEO", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/e35cfaedba5d1977bfa4c38a3984df2f.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/9e14469ab8531dfe803b8c05cde5a14c.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/99d8cd7978dc6d7503ca85674b0ea9bc.png", "awaken": 0, "en_name": "Joseph"}, {"id": 147, "name": "Notora", "abstract": "Motorcycle Racer", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/2e4793c5f5ea71a8de26ffea88262047.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/68fb852b9a7c3bc8294234934a59e5f3.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/a17d0a4cc6716e266af0040ff59fb868.png", "awaken": 0, "en_name": "Notora"}, {"id": 6, "name": "A124", "abstract": "Humanoid Robot", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/8784b70a47c45d6dc63d0681b1ee7912.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/a89bfb61f713424f88e8626915d30f23.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/c8ea811daff44b8705f75bca642c3fc4.png", "awaken": 0, "en_name": "a124"}, {"id": 8, "name": "Kla", "abstract": "Muay Thai Fighter", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fc033551809a016fbf33d6a747488b00.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/95fa1e1e72f99888d80ecffb4f42e3f7.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/c7fff4e4ce2e1a31a7311160cf80b92e.png", "awaken": 0, "en_name": "kla"}, {"id": 7, "name": "Wukong", "abstract": "Battle Cyborg", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/96dc056b02290e81301b462c5c29fe7a.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/d6e6a6868f687f6f9b747598b8b75d9c.png", "is_new": 0, "category_id": 1, "cover_img": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/a31ad9eb969fc5de5f483fb747722d35.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/a30d6f835ed9496aaf6523ee83cea209.png", "awaken": 0, "en_name": "wukong"}, {"id": 18, "name": "Olivia", "abstract": "Healer", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/882a352c4b77152769bb7ee773f052a9.png", "is_new": 0, "category_id": 1, "cover_img": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/202211/e22a6f96a8dc618ae1dd61b488de4d71.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/8f6479cfe9a688a0de7882859a52b36d.png", "awaken": 0, "en_name": "olivia"}, {"id": 13, "name": "Ford", "abstract": "Sea Captain", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20233/a6a105f7c09eb62df2687d64786a2bd0.png", "is_new": 0, "category_id": 1, "cover_img": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/202211/d959ef3d3c9a5254a3a9526abab95427.png", "skill_pic": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20233/1492544be6c5c9b1c531b128f1415c08.png", "awaken": 0, "en_name": "ford"}, {"id": 148, "name": "Shani", "abstract": "Junkyard Engineer", "pc_bg": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/fd3d901953d586032b5f228113997447.jpg", "skill_icon": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/765329092133f5bef38bbb5ed84c433a.png", "is_new": 0, "category_id": 1, "cover_img": "https://dl.dir.freefiremobile.com/common/web_event/official2.ff.garena.all/20229/88546c3827eca2acc868700c0e9e693f.png", "skill_pic": "https://freefiremobile-a.akamaihd.net/common/web_event/official2.ff.garena.all/img/20228/70af99783c8231bcf5487dc6b0aa21f4.png", "awaken": 0, "en_name": "Shani"}], "count": 50, "char_category": [{"id": 1, "name": "default"}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "msg": {"type": "string"}, "data": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "abstract": {"type": "string"}, "pc_bg": {"type": "string"}, "skill_icon": {"type": "string"}, "is_new": {"type": "integer"}, "category_id": {"type": "integer"}, "cover_img": {"type": "string"}, "skill_pic": {"type": "string"}, "awaken": {"type": "integer"}, "en_name": {"type": "string"}}, "required": ["abstract", "awaken", "category_id", "cover_img", "en_name", "id", "is_new", "name", "pc_bg", "skill_icon", "skill_pic"]}}, "count": {"type": "integer"}, "char_category": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["char_category", "count", "data"]}}, "required": ["data", "msg", "status"]} |
99b6ce03-5d34-4358-95c0-3c26d5b63f31/41bf7205-0b9c-4f49-ac7e-e5d7672968f7/0/0 | BingoAPI | Offload your server resources with Bingo API! It is a straightforward API that generates Bingo cards in US and EU game standards (75 or 90 numbers). Feel free to play with it with the free Basic Plan. If you have suggestions or requests just drop me a line. | 8.4 | /us | US game spec.
Returns numbers between 1 and 75, randomized in 5 groups.
If you have a paid plan you can specify the number of cards to generate as a query parameter: ?cards=10
This will return an array of array (the cards).
Please note that empty spaces are not returned as it is more portable for who don't need them. You are free to loop through the cards and add them at your wish. | 200 | Response | [[1, 2, 15, 21, 28, 29, 34, 37, 42, 50, 51, 55, 60, 63, 74], [5, 6, 9, 16, 26, 28, 35, 39, 40, 47, 58, 60, 62, 67, 71]] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "array", "items": {"type": "integer"}}} |
99b6ce03-5d34-4358-95c0-3c26d5b63f31/ae192b6a-aa6b-485e-be8f-645698379473/0/0 | BingoAPI | Offload your server resources with Bingo API! It is a straightforward API that generates Bingo cards in US and EU game standards (75 or 90 numbers). Feel free to play with it with the free Basic Plan. If you have suggestions or requests just drop me a line. | 8.4 | /eu | EU game spec.
Returns numbers between 1 and 90.
If you have a paid plan you can specify the number of cards to generate as a query parameter: ?cards=10
This will return an array of array (the cards).
Please note that empty spaces are not returned as it is more portable for who don't need them. You are free to loop through the cards and add them at your wish. | 200 | Response | [4, 9, 13, 24, 25, 31, 35, 55, 57, 61, 66, 67, 70, 75, 90] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "integer"}} |
2e170407-d4d6-4634-9468-c4ef537a3d41/909ca899-9659-492d-ae4a-3b849d804dcf/0/0 | ID Game Checker | Validate or GET username with ID. Available for Free Fire Global, Mobile Legends, PUBGM Global, PUBGM Lite, Higgs Domino, COC, Clash Royale, AoV, Jawaker etc. | 9.5 | GET username Brawl Stars | Enter your Brawl Stars ID in the required parameters | 200 | Response | {"success": true, "data": {"game": "Brawl Stars", "userId": "#RYVYV2JUV", "username": "Henry"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"game": {"type": "string"}, "userId": {"type": "string"}, "username": {"type": "string"}}, "required": ["game", "userId", "username"]}}, "required": ["data", "success"]} |
2e170407-d4d6-4634-9468-c4ef537a3d41/502d3411-0c4b-44b8-9c81-098bc849b7d0/0/0 | ID Game Checker | Validate or GET username with ID. Available for Free Fire Global, Mobile Legends, PUBGM Global, PUBGM Lite, Higgs Domino, COC, Clash Royale, AoV, Jawaker etc. | 9.5 | GET username Clash Royale | Enter your Clash Royale ID in the required parameters | 200 | Response | {"success": true, "data": {"game": "Clash Royale", "userId": "#RYVYV2JUV", "username": "mango"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"game": {"type": "string"}, "userId": {"type": "string"}, "username": {"type": "string"}}, "required": ["game", "userId", "username"]}}, "required": ["data", "success"]} |
2e170407-d4d6-4634-9468-c4ef537a3d41/7a37bac9-151e-442a-b420-373eb3d9be75/0/0 | ID Game Checker | Validate or GET username with ID. Available for Free Fire Global, Mobile Legends, PUBGM Global, PUBGM Lite, Higgs Domino, COC, Clash Royale, AoV, Jawaker etc. | 9.5 | GET username Clash Of Clans | Enter your Clash Of Clans ID in the required parameters | 200 | Response | {"success": true, "data": {"game": "Clash Of Clans", "userId": "#20C0RVGL", "username": "GA Andre \u00f6gge"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"game": {"type": "string"}, "userId": {"type": "string"}, "username": {"type": "string"}}, "required": ["game", "userId", "username"]}}, "required": ["data", "success"]} |
2e170407-d4d6-4634-9468-c4ef537a3d41/1744e60e-4201-4be6-924a-ca22c829eb50/0/0 | ID Game Checker | Validate or GET username with ID. Available for Free Fire Global, Mobile Legends, PUBGM Global, PUBGM Lite, Higgs Domino, COC, Clash Royale, AoV, Jawaker etc. | 9.5 | GET username PUBGM Lite | Enter your PUBGM Lite ID in the required parameters | 200 | Response | {"success": true, "data": {"game": "PUBG Lite", "userId": "7228395004", "username": "silviamegaf"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"game": {"type": "string"}, "userId": {"type": "string"}, "username": {"type": "string"}}, "required": ["game", "userId", "username"]}}, "required": ["data", "success"]} |
2e170407-d4d6-4634-9468-c4ef537a3d41/20e3a5e5-3007-4628-9a4c-563fc23855aa/0/0 | ID Game Checker | Validate or GET username with ID. Available for Free Fire Global, Mobile Legends, PUBGM Global, PUBGM Lite, Higgs Domino, COC, Clash Royale, AoV, Jawaker etc. | 9.5 | GET username Call of Duty Mobile | Enter your Call of Duty Mobile ID in the required parameters | 200 | Response | {"success": true, "data": {"game": "Call of Duty Mobile", "userId": "8370310025568788107", "username": "B\u00a0I\u00a0L\u00a0L\u00a0I\u00a0E"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"game": {"type": "string"}, "userId": {"type": "string"}, "username": {"type": "string"}}, "required": ["game", "userId", "username"]}}, "required": ["data", "success"]} |
2e170407-d4d6-4634-9468-c4ef537a3d41/2f0fdb6e-aae8-42cb-bbf3-f0081e48d4eb/0/0 | ID Game Checker | Validate or GET username with ID. Available for Free Fire Global, Mobile Legends, PUBGM Global, PUBGM Lite, Higgs Domino, COC, Clash Royale, AoV, Jawaker etc. | 9.5 | GET username Arena of Valor | Enter your Arena of Valor ID in the required parameters | 200 | Response | {"success": true, "data": {"game": "Arena of Valor", "userId": "195293573153949", "username": "creature.6's"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"game": {"type": "string"}, "userId": {"type": "string"}, "username": {"type": "string"}}, "required": ["game", "userId", "username"]}}, "required": ["data", "success"]} |
2e170407-d4d6-4634-9468-c4ef537a3d41/b3b5383b-52a6-4e06-9d70-afd3dda5076f/0/0 | ID Game Checker | Validate or GET username with ID. Available for Free Fire Global, Mobile Legends, PUBGM Global, PUBGM Lite, Higgs Domino, COC, Clash Royale, AoV, Jawaker etc. | 9.5 | GET username Genshin Impact | Enter the Genshin Impact ID and Server in the required parameters | 200 | Response | {"success": true, "data": {"game": "Genshin Impact", "userId": "844335555", "username": "Z*n"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"game": {"type": "string"}, "userId": {"type": "string"}, "username": {"type": "string"}}, "required": ["game", "userId", "username"]}}, "required": ["data", "success"]} |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.