{ "info": { "_postman_id": "aa6ca3d2-3500-495d-92fc-5473945b2495", "name": "API : Cricket Live Line V3", "description": "

Note : Only \"liveMatch\" api will hit every 700ms.

\n", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json", "toc": [], "owner": "27917034", "collectionId": "aa6ca3d2-3500-495d-92fc-5473945b2495", "publishedId": "2sAY52cKLM", "public": true, "customColor": { "top-bar": "FFFFFF", "right-sidebar": "303030", "highlight": "FF6C37" }, "publishDate": "2024-11-09T07:59:06.000Z" }, "item": [ { "name": "Home list", "id": "71fc91e0-5e78-4241-a56a-3221d03d74ff", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": "{{api_url}}{{api_plan}}/homeList/{{api_token}}", "description": "

Note : Create cron which will run every min and data will stored in your DB.

\n", "urlObject": { "path": [ "homeList", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "71fc91e0-5e78-4241-a56a-3221d03d74ff" }, { "name": "Series list", "id": "e6ed2f80-e89b-4cc5-a388-9b7e7c2a0eec", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": "{{api_url}}{{api_plan}}/seriesList/{{api_token}}", "description": "

Note : Create cron which will run every day at once and data will stored in your DB.

\n", "urlObject": { "path": [ "seriesList", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "e6ed2f80-e89b-4cc5-a388-9b7e7c2a0eec" }, { "name": "Upcoming matches by series id", "id": "7722e6f3-fd83-4022-ba7a-99c5819455fe", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "series_id", "value": "418", "type": "text" } ] }, "url": "{{api_url}}{{api_plan}}/upcomingMatchesBySeriesId/{{api_token}}", "description": "

Note : Create cron which will run every day at once and data will stored in your DB.
Filter series data from your DB where end_date of the series is greater than today date.

\n", "urlObject": { "path": [ "upcomingMatchesBySeriesId", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "7722e6f3-fd83-4022-ba7a-99c5819455fe" }, { "name": "Recent matches by series id", "id": "de8210a5-c460-4ea7-991b-8d11b49d6295", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "series_id", "value": "444", "type": "text" } ] }, "url": "{{api_url}}{{api_plan}}/recentMatchesBySeriesId/{{api_token}}", "description": "

Note : Create cron which will run every day at once and data will stored in your DB.
Filter series data from your DB where end_date of the series is greater than today date.

\n", "urlObject": { "path": [ "recentMatchesBySeriesId", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "de8210a5-c460-4ea7-991b-8d11b49d6295" }, { "name": "Live matches list", "id": "a4780072-2ee1-408f-b648-2d2589424d87", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": "{{api_url}}{{api_plan}}/liveMatchList/{{api_token}}", "description": "

Note : Create cron which will run every min and data will stored in your DB.

\n", "urlObject": { "path": [ "liveMatchList", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "a4780072-2ee1-408f-b648-2d2589424d87" }, { "name": "Upcoming matches list", "id": "37ffed42-e5f3-41a3-af34-de8dc0548d2e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": "{{api_url}}{{api_plan}}/upcomingMatches/{{api_token}}", "description": "

Note : Create cron which will run every 30 mins and data will stored in your DB.

\n", "urlObject": { "path": [ "upcomingMatches", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "37ffed42-e5f3-41a3-af34-de8dc0548d2e" }, { "name": "Recent matches list", "id": "d5f86d3d-43bc-4d71-b763-4f669b5e313b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": "{{api_url}}{{api_plan}}/recentMatches/{{api_token}}", "description": "

Note : Create cron which will run every 30 mins and data will stored in your DB.

\n", "urlObject": { "path": [ "recentMatches", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "d5f86d3d-43bc-4d71-b763-4f669b5e313b" }, { "name": "Scorecard by match id", "id": "21cc1337-c7f6-4ae5-a95f-cc0f6301ba0b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "match_id", "value": "5484", "type": "text" } ] }, "url": "{{api_url}}{{api_plan}}/scorecardByMatchId/{{api_token}}", "description": "

Note : Create cron which will run every 1 min for live matches only and data will stored in your DB.
Don't hit for upcoming and finished matches.

\n", "urlObject": { "path": [ "scorecardByMatchId", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "21cc1337-c7f6-4ae5-a95f-cc0f6301ba0b" }, { "name": "Match info by match id", "id": "fad6dbdf-9753-41e2-85a0-5855b967600b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "match_id", "value": "5484", "type": "text" } ] }, "url": "{{api_url}}{{api_plan}}/matchInfo/{{api_token}}", "description": "

Note : Create cron which will run every 30 mins for live matches & upcoming matches (for upcoming matches get data for 2 days online don't hit for more than 2 days) and data will stored in your DB.

\n", "urlObject": { "path": [ "matchInfo", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "fad6dbdf-9753-41e2-85a0-5855b967600b" }, { "name": "Playing 11 by match id", "id": "5875af13-f3cb-4dd0-92bf-a71176e70cee", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "match_id", "value": "5484", "type": "text" } ] }, "url": "{{api_url}}{{api_plan}}/playingXiByMatchId/{{api_token}}", "description": "

Note : Create cron which will run every 1 min for live match only and data will stored in your DB.
Don't hit for upcoming and finished matches.
Don't hit the api after match started.

\n", "urlObject": { "path": [ "playingXiByMatchId", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "5875af13-f3cb-4dd0-92bf-a71176e70cee" }, { "name": "Impact player by match id", "id": "52c9d7c5-5872-454d-8891-c1a7adcb2b8f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "match_id", "value": "5484", "type": "text" } ] }, "url": "{{api_url}}{{api_plan}}/impactPlayersByMatchId/{{api_token}}", "description": "

Note : Create cron which will run every 1 min for live match only and data will stored in your DB.
Don't hit for upcoming and finished matches.
Don't hit the api after match started.
If 'is_impact' = 2 in match info api than only you have to hit this api else don't hit it.

\n", "urlObject": { "path": [ "impactPlayersByMatchId", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "52c9d7c5-5872-454d-8891-c1a7adcb2b8f" }, { "name": "Bench player by match id", "id": "0e750ae4-d506-49de-a510-a1227eef4a8e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "match_id", "value": "5484", "type": "text" } ] }, "url": "{{api_url}}{{api_plan}}/benchPlayersByMatchId/{{api_token}}", "description": "

Note : Create cron which will run every 1 min for live match only and data will stored in your DB.
Don't hit for upcoming and finished matches.
Don't hit the api after match started.

\n", "urlObject": { "path": [ "benchPlayersByMatchId", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "0e750ae4-d506-49de-a510-a1227eef4a8e" }, { "name": "Live data by match id", "id": "cba1a64a-4e7f-40b7-a614-2a87d1baf077", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "match_id", "value": "5484", "type": "text" } ] }, "url": "{{api_url}}{{api_plan}}/liveMatch/{{api_token}}", "description": "

Note : Hit this api at every 700ms directly from app.

\n", "urlObject": { "path": [ "liveMatch", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "cba1a64a-4e7f-40b7-a614-2a87d1baf077" }, { "name": "Point table by series id", "id": "e1c18551-bb53-4fd9-a5a8-9e5bdf675d8f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "series_id", "value": "418", "type": "text" } ] }, "url": "{{api_url}}{{api_plan}}/pointsTable/{{api_token}}", "description": "

Note : Create cron which will run every 30 mins and data will stored in your DB.
Filter series data from your DB where end_date of the series is greater than today date.

\n", "urlObject": { "path": [ "pointsTable", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "e1c18551-bb53-4fd9-a5a8-9e5bdf675d8f" }, { "name": "Point table v1 by series id", "id": "23694e69-6d3e-442c-931a-28817907a5d7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "series_id", "value": "418", "type": "text" } ] }, "url": "{{api_url}}{{api_plan}}/groupPointsTable/{{api_token}}", "description": "

Note : Create cron which will run every 30 mins and data will stored in your DB.
Filter series data from your DB where end_date of the series is greater than today date.

\n", "urlObject": { "path": [ "groupPointsTable", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "23694e69-6d3e-442c-931a-28817907a5d7" }, { "name": "News list", "id": "92217e86-e691-4189-b077-8a4c21aba730", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": "{{api_url}}{{api_plan}}/news/{{api_token}}", "description": "

Note : Create cron which will run every day at twice and data will stored in your DB.

\n", "urlObject": { "path": [ "news", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "92217e86-e691-4189-b077-8a4c21aba730" }, { "name": "News detail by news id", "id": "4e5877d1-6f41-400f-8ff8-0411692f7341", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "news_id", "value": "1072", "type": "text" } ] }, "url": "{{api_url}}{{api_plan}}/newsDetail/{{api_token}}", "description": "

Note : Create cron which will run every day at twice and data will stored in your DB.

\n", "urlObject": { "path": [ "newsDetail", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "4e5877d1-6f41-400f-8ff8-0411692f7341" }, { "name": "Over history by match id", "id": "7b07a3f9-aee2-4a68-ab0f-2589fb89f361", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "match_id", "value": "5484", "type": "text" } ] }, "url": "{{api_url}}{{api_plan}}/matchOverHistory/{{api_token}}", "description": "

Note : Create cron which will run every 1 min for live matches only and data will stored in your DB.
Don't hit for upcoming and finished matches

\n", "urlObject": { "path": [ "matchOverHistory", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "7b07a3f9-aee2-4a68-ab0f-2589fb89f361" }, { "name": "Match history by match id", "id": "60e39233-8cee-4eff-a604-4472c33ace8b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "match_id", "value": "5484", "type": "text" } ] }, "url": "{{api_url}}{{api_plan}}/matchProbHistory/{{api_token}}", "description": "

Note : Create cron which will run every 1 min for live matches only and data will stored in your DB.
Don't hit for upcoming and finished matches

\n", "urlObject": { "path": [ "matchProbHistory", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "60e39233-8cee-4eff-a604-4472c33ace8b" }, { "name": "Commentary by match id", "id": "d1d2cad5-c56e-4432-bf27-d7d7ed409df5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "match_id", "value": "5484", "type": "text" } ] }, "url": "{{api_url}}{{api_plan}}/commentary/{{api_token}}", "description": "

Note : Hit this api at every second directly from app.

\n", "urlObject": { "path": [ "commentary", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "d1d2cad5-c56e-4432-bf27-d7d7ed409df5" }, { "name": "Man of the match by match id", "id": "2f76c73d-01c7-4bd8-a27a-0ef35d9131d3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "match_id", "value": "5484", "type": "text" } ] }, "url": "{{api_url}}{{api_plan}}/manOfTheMatch/{{api_token}}", "description": "

Note : Create cron which will run 10 mins for finished matches for today date. and data will stored in your DB.

\n", "urlObject": { "path": [ "manOfTheMatch", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "2f76c73d-01c7-4bd8-a27a-0ef35d9131d3" }, { "name": "Man of the series by series id", "id": "10fb2cf5-ecbd-4a9b-a17d-dc6183d0ad74", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "series_id", "value": "418", "type": "text" } ] }, "url": "{{api_url}}{{api_plan}}/manOfTheSeriesV1/{{api_token}}", "description": "

Note : Create cron which will run every day at once and data will stored in your DB.

\n", "urlObject": { "path": [ "manOfTheSeriesV1", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "10fb2cf5-ecbd-4a9b-a17d-dc6183d0ad74" }, { "name": "Player info by player id", "id": "b3e7c7ff-b6d5-4ef9-83fb-9b3063672501", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "player_id", "value": "3289", "type": "text" } ] }, "url": "{{api_url}}{{api_plan}}/playerInfo/{{api_token}}", "description": "

Note : Create cron which will run every day at once and data will stored in your DB.

\n", "urlObject": { "path": [ "playerInfo", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "b3e7c7ff-b6d5-4ef9-83fb-9b3063672501" }, { "name": "Venues list by series id", "id": "f1ae1d02-5355-4bc7-b0ac-ca206a6c8e5a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "series_id", "value": "267", "type": "text" } ] }, "url": "{{api_url}}{{api_plan}}/venuesBySeriesId/{{api_token}}", "description": "

Note : Create cron which will run every day at once and data will stored in your DB.
Filter series data from your DB where end_date of the series is greater than today date.

\n", "urlObject": { "path": [ "venuesBySeriesId", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "f1ae1d02-5355-4bc7-b0ac-ca206a6c8e5a" }, { "name": "Venues details by venue id", "id": "e9522408-5d5f-4111-993b-05c814c05edc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "venue_id", "value": "6", "type": "text" } ] }, "url": "{{api_url}}{{api_plan}}/venuesDetail/{{api_token}}", "description": "

Note : Create cron which will run every day at once and data will stored in your DB.

\n", "urlObject": { "path": [ "venuesDetail", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "e9522408-5d5f-4111-993b-05c814c05edc" }, { "name": "Squads by series id", "id": "171c9674-ee82-4ac7-9c7e-ab1ed0b2a24b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "series_id", "value": "402", "type": "text" } ] }, "url": "{{api_url}}{{api_plan}}/squadsBySeriesId/{{api_token}}", "description": "

Note : Create cron which will run every day at once and data will stored in your DB.
Filter series data from your DB where end_date of the series is greater than today date.

\n", "urlObject": { "path": [ "squadsBySeriesId", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "171c9674-ee82-4ac7-9c7e-ab1ed0b2a24b" }, { "name": "Squads v1 by series id", "id": "a8f3b874-e5cd-44f8-832b-090b8742177f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "series_id", "value": "402", "type": "text" } ] }, "url": "{{api_url}}{{api_plan}}/squadsBySeriesIdV1/{{api_token}}", "description": "

Note : Create cron which will run every day at once and data will stored in your DB.
Filter series data from your DB where end_date of the series is greater than today date.

\n", "urlObject": { "path": [ "squadsBySeriesIdV1", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "a8f3b874-e5cd-44f8-832b-090b8742177f" }, { "name": "Squads by match id", "id": "75dca37e-bc59-471a-a385-1ad4bc5fce3e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "match_id", "value": "5484", "type": "text" } ] }, "url": "{{api_url}}{{api_plan}}/squadsByMatchId/{{api_token}}", "description": "

Note : Create cron which will run every 15 mins for upcoming matches only (get data for 2 days only, don't hit for more than 2 days) and data will stored in your DB.

\n", "urlObject": { "path": [ "squadsByMatchId", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "75dca37e-bc59-471a-a385-1ad4bc5fce3e" }, { "name": "Squads v1 by match id", "id": "2a549f67-8f08-4d54-bc78-982569bc0e7a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "match_id", "value": "5484", "type": "text" } ] }, "url": "{{api_url}}{{api_plan}}/squadsByMatchIdV1/{{api_token}}", "description": "

Note : Create cron which will run every 15 mins for upcoming matches only (get data for 2 days only, don't hit for more than 2 days) and data will stored in your DB.

\n", "urlObject": { "path": [ "squadsByMatchIdV1", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "2a549f67-8f08-4d54-bc78-982569bc0e7a" }, { "name": "Squads v2 by match id", "id": "568a2cc5-8f41-4a3e-b4ef-24345c4ab73a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "match_id", "value": "5484", "type": "text" } ] }, "url": "{{api_url}}{{api_plan}}/groupSquadsByMatchId/{{api_token}}", "description": "

Note : Create cron which will run every 15 mins for upcoming matches only (get data for 2 days only, don't hit for more than 2 days) and data will stored in your DB.

\n", "urlObject": { "path": [ "groupSquadsByMatchId", "{{api_token}}" ], "host": [ "{{api_url}}{{api_plan}}" ], "query": [], "variable": [] } }, "response": [], "_postman_id": "568a2cc5-8f41-4a3e-b4ef-24345c4ab73a" } ] }