API Reference
API Reference
The AppWisp API provides a RESTful interface for accessing app store data.
The base URL for the API is /api/1.0
.
PlayStore data
GET /api/1.0/appstore/apps
This endpoint retrieves a list of apps from the Play Store based on various search parameters.
Parameters
- query (string)(optional): The search query to filter apps by name or description.
- offset (integer)(optional): The number of records to skip for pagination.
- take (integer)(optional): The number of records to return.
- source (string)(optional): The source of the data. This could be a specific data provider or database.
- min_installs (integer)(optional): The minimum number of installs to filter apps.
- max_installs (integer)(optional): The maximum number of installs to filter apps.
- categories[] (array of strings)(optional): The categories to filter apps. Each category should be a string.
- sdks[] (array of strings)(optional): The SDKs to filter apps. SDK slug or ID should be used.
Request Example
curl --location --globoff 'https://appwisp.com/api/1.0/playstore/apps?offset=0&take=30&min_installs=100000&query=facebook&categories[]=SOCIAL'
Response Example (200)
{
"list": [
{
"id": "com.facebook.katana",
"title": "Facebook",
"source": "playstore",
"api_url": "https://appwisp.com/api/1.0/playstore/app/com.facebook.katana",
"package_name": "com.facebook.katana",
"icon": "https://play-lh.googleusercontent.com/KCMTYuiTrKom4Vyf0G4foetVOwhKWzNbHWumV73IXexAIy5TTgZipL52WTt8ICL-oIo",
"store_url": "https://play.google.com/store/apps/details?id=com.facebook.katana"
},
{
"id": "com.facebook.lite",
"title": "Facebook Lite",
"source": "playstore",
"api_url": "https://appwisp.com/api/1.0/playstore/app/com.facebook.lite",
"package_name": "com.facebook.lite",
"icon": "https://play-lh.googleusercontent.com/U202Yto9o6IT1ZA8bgigA5q4nIzvu0S9ztl2d0WQSj6Iw0hIw5W7SIAnH0U2-Kk3nao",
"store_url": "https://play.google.com/store/apps/details?id=com.facebook.lite"
},
{
"id": "com.tikachu.tiktok.tikfame.facebook.twitter.instagram.followers.likes.view.shares.buy.fans.tikpopular.tikfans",
"title": "TikFans - Get Real Followers",
"source": "playstore",
"api_url": "https://appwisp.com/api/1.0/playstore/app/com.tikachu.tiktok.tikfame.facebook.twitter.instagram.followers.likes.view.shares.buy.fans.tikpopular.tikfans",
"package_name": "com.tikachu.tiktok.tikfame.facebook.twitter.instagram.followers.likes.view.shares.buy.fans.tikpopular.tikfans",
"icon": "https://play-lh.googleusercontent.com/MfNyMbPchfyDssfpnN3Y65NHVlaUPAeKja4HjN2tFN8n10JH-6m4r7wgIhRFGxZ7-Q",
"store_url": "https://play.google.com/store/apps/details?id=com.tikachu.tiktok.tikfame.facebook.twitter.instagram.followers.likes.view.shares.buy.fans.tikpopular.tikfans"
},
{
"id": "com.atomic.apps.facebook.statuses",
"title": "Status Quotes Collection",
"source": "playstore",
"api_url": "https://appwisp.com/api/1.0/playstore/app/com.atomic.apps.facebook.statuses",
"package_name": "com.atomic.apps.facebook.statuses",
"icon": "https://play-lh.googleusercontent.com/9KMbFnzERJyZap_bp_--YQtpGqs7r02LNEw6WFRX309Cx3mT8qHLAuD7DoR9wYgg6Q",
"store_url": "https://play.google.com/store/apps/details?id=com.atomic.apps.facebook.statuses"
},
{
"id": "com.htc.sense.socialnetwork.facebook",
"title": "HTC Social Plugin - Facebook",
"source": "playstore",
"api_url": "https://appwisp.com/api/1.0/playstore/app/com.htc.sense.socialnetwork.facebook",
"package_name": "com.htc.sense.socialnetwork.facebook",
"icon": "https://play-lh.googleusercontent.com/5D6zza2QsN7yRF_VdAGpJDmajyq06bxRhj0Vbqajk3I9_CdGPPZbaa06M0ZiQDW0Lg",
"store_url": "https://play.google.com/store/apps/details?id=com.htc.sense.socialnetwork.facebook"
}
],
"offset": 0,
"ok": true,
"has_more": true,
"next_page": "https://appwisp.com/api/1.0/playstore/apps?offset=5&take=5&query=facebook&categories[]=SOCIAL&min_installs=100000"
}
GET /api/1.0/playstore/app/:id
This endpoint retrieves details of an apps from the Play Store based on id.
Parameters
- id (string): package_name from Play Store.
Request Example
curl --location --globoff 'https://appwisp.com/api/1.0/playstore/app/com.facebook.katana'
Response Example (200)
{
"free": true,
"version": "VARY",
"description": "Where real people propel your curiosity. Whether you’re thrifting gear, showing a reel to that group who gets it, or sharing laughs over fun images reimagined by AI, Facebook helps you make things happen like no other social network.\n\nExplore and expand your interests: \n* Ask Meta AI to search topics that matter to you, and get instant results more interactive than just text\n* Shop Marketplace for deals and hidden gems to nurture your hobbies\n* Personalize your Feed to see more of what you like, less of what you don’t\n* Dive into reels and videos for how-to’s or quick entertainment\n\nConnect with people and communities:\n* Join groups to learn tips from real people who’ve been there, done that\n* Turn on sharing to Instagram to save time\n* Privately message relatable posts that only your BFF will get or that Reels trend everyone’s talking about\n\nShare your world:\n* Use generative AI to delight friends with custom images, or just get help writing posts\n* Customize your profile to choose how you show up and who sees your posts\n* Effortlessly create reels from trending templates, or showcase your creativity with a full suite of editing tools\n* Capture moments on the fly with stories\n\nSome features may not be available in your country or region. \n\nTerms & Policies: https://www.facebook.com/policies_center Consumer Health \nPrivacy Policy: https://www.facebook.com/privacy/policies/health.\n\nLearn how we're working to keep you safe across Meta technologies at the Meta Safety Center: https://about.meta.com/actions/safety",
"title": "Facebook",
"category": {
"id": "SOCIAL",
"name": "Social"
},
"currency": "USD",
"package_name": "com.facebook.katana",
"installs": "5,000,000,000+",
"ad_supported": true,
"android_max_version": "VARY",
"android_version": "VARY",
"android_version_text": "Varies with device",
"content_rating": "Teen",
"content_rating_description": null,
"developer": {
"id": "Meta+Platforms,+Inc.",
"name": "Meta Platforms, Inc.",
"address": "1 Hacker Way\nMenlo Park, CA 94025",
"email": "[email protected]",
"country_code": "US",
"country_name": "United States"
},
"header_image": "https://play-lh.googleusercontent.com/GQXolHad8JJu_qR90bF9krWLP66RimpNgskSMXEcmoZ1znWfgsB8uCtM1uGC0n_lMA",
"icon": "https://play-lh.googleusercontent.com/KCMTYuiTrKom4Vyf0G4foetVOwhKWzNbHWumV73IXexAIy5TTgZipL52WTt8ICL-oIo",
"is_available_in_play_pass": false,
"max_installs": 9561506047,
"min_installs": 5000000000,
"offers_iap": true,
"original_price": 0.0,
"price": 0.0,
"ratings": 144303220,
"recent_changes": null,
"released": null,
"reviews": 4222957,
"score": 3.8796444,
"screenshots": [
"https://play-lh.googleusercontent.com/yltemK6xddx3AdaqfoI2RYFB1rHDpDxkZZl8I_3uWqOR_sGAj20sCE0a1hS_zL59mWs",
"https://play-lh.googleusercontent.com/uPC3VsBbDU5IakuOsLLFvFppuKyV6IDEIrX8EZRlR4EiRisRuSNrYCxhc30HiduWdkVi",
"https://play-lh.googleusercontent.com/LqFs9L14viQoszsQtSqqDVk3m4bKXlDSYUIYii0e7U_y0oXxASPtoxj2Pt4gV8KHDDU",
"https://play-lh.googleusercontent.com/DH_oPwYKAm6_3xjvfG8yio4xQayew62B658_4w3nIyxGqRiQncG8jX3fa3qmRZ_EQxU",
"https://play-lh.googleusercontent.com/3aTPofuVkgP4XlICCyVPZgp8ZGDXPeezeZgNh4YtCY6VUNqCg06AXYGPWRvAq-jF0fk",
"https://play-lh.googleusercontent.com/ioi2RTrBkBtTvlXtksF9oOmmEDaOswgm02oIg6KRh5QsmdXBTUxCe7zeOCglCeib_Lxy",
"https://play-lh.googleusercontent.com/b2kukObx5S3NrTPDmSEz3_GtiZUkhhXErUQgE4gBxbvYKVyJH3M19ADpkCO4UHztVg",
"https://play-lh.googleusercontent.com/WGvXMI3Vshmv6IMws7YEkzXUrV1vOh-P7Jv8cuSR8Xwm52fxjd-V4OhTKTWTqEZaIik"
],
"updated": "2024-05-09T15:20:27Z"
}
GET /api/1.0/playstore/categories
This endpoint retrieves available categories from the Play Store.
Parameters
None
Request Example
curl --location --globoff 'https://appwisp.com/api/1.0/playstore/categories'
Response Example (200)
{
"ok": true,
"categories": [
{
"id": "GAME_ACTION",
"name": "Action"
},
{
"id": "GAME_ADVENTURE",
"name": "Adventure"
},
{
"id": "GAME_ARCADE",
"name": "Arcade"
},
{
"id": "ART_AND_DESIGN",
"name": "Art & Design"
},
{
"id": "AUTO_AND_VEHICLES",
"name": "Auto & Vehicles"
},
{
"id": "BEAUTY",
"name": "Beauty"
},
{
"id": "GAME_BOARD",
"name": "Board"
},
{
"id": "BOOKS_AND_REFERENCE",
"name": "Books & Reference"
},
{
"id": "BUSINESS",
"name": "Business"
},
{
"id": "GAME_CARD",
"name": "Card"
},
{
"id": "GAME_CASINO",
"name": "Casino"
},
{
"id": "GAME_CASUAL",
"name": "Casual"
},
{
"id": "COMICS",
"name": "Comics"
},
{
"id": "COMMUNICATION",
"name": "Communication"
},
{
"id": "DATING",
"name": "Dating"
},
{
"id": "EDUCATION",
"name": "Education"
},
{
"id": "GAME_EDUCATIONAL",
"name": "Educational"
},
{
"id": "ENTERTAINMENT",
"name": "Entertainment"
},
{
"id": "EVENTS",
"name": "Events"
},
{
"id": "FINANCE",
"name": "Finance"
},
{
"id": "FOOD_AND_DRINK",
"name": "Food & Drink"
},
{
"id": "HEALTH_AND_FITNESS",
"name": "Health & Fitness"
},
{
"id": "HOUSE_AND_HOME",
"name": "House & Home"
},
{
"id": "LIBRARIES_AND_DEMO",
"name": "Libraries & Demo"
},
{
"id": "LIFESTYLE",
"name": "Lifestyle"
},
{
"id": "MAPS_AND_NAVIGATION",
"name": "Maps & Navigation"
},
{
"id": "MEDICAL",
"name": "Medical"
},
{
"id": "GAME_MUSIC",
"name": "Music"
},
{
"id": "MUSIC_AND_AUDIO",
"name": "Music & Audio"
},
{
"id": "NEWS_AND_MAGAZINES",
"name": "News & Magazines"
},
{
"id": "PARENTING",
"name": "Parenting"
},
{
"id": "PERSONALIZATION",
"name": "Personalization"
},
{
"id": "PHOTOGRAPHY",
"name": "Photography"
},
{
"id": "PRODUCTIVITY",
"name": "Productivity"
},
{
"id": "GAME_PUZZLE",
"name": "Puzzle"
},
{
"id": "GAME_RACING",
"name": "Racing"
},
{
"id": "GAME_ROLE_PLAYING",
"name": "Role Playing"
},
{
"id": "SHOPPING",
"name": "Shopping"
},
{
"id": "GAME_SIMULATION",
"name": "Simulation"
},
{
"id": "SOCIAL",
"name": "Social"
},
{
"id": "SPORTS",
"name": "Sports"
},
{
"id": "GAME_SPORTS",
"name": "Sports"
},
{
"id": "GAME_STRATEGY",
"name": "Strategy"
},
{
"id": "TOOLS",
"name": "Tools"
},
{
"id": "TRAVEL_AND_LOCAL",
"name": "Travel & Local"
},
{
"id": "GAME_TRIVIA",
"name": "Trivia"
},
{
"id": "VIDEO_PLAYERS_AND_EDITORS",
"name": "Video Players & Editors"
},
{
"id": "VIDEO_PLAYERS",
"name": "Video Players & Editors"
},
{
"id": "WEATHER",
"name": "Weather"
},
{
"id": "GAME_WORD",
"name": "Word"
}
]
}
AppStore data
GET /api/1.0/appstore/apps
This endpoint retrieves a list of apps from the App Store based on various search parameters.
Parameters
- query (string)(optional): The search query to filter apps by name or description.
- offset (integer)(optional): The number of records to skip for pagination.
- take (integer)(optional): The number of records to return.
- source (string)(optional): The source of the data. This could be a specific data provider or database.
- min_installs (integer)(optional): The minimum number of installs to filter apps.
- max_installs (integer)(optional): The maximum number of installs to filter apps.
- categories[] (array of strings)(optional): The categories to filter apps. Each category should be a string.
- sdks[] (array of strings)(optional): The SDKs to filter apps. SDK slug or ID should be used.
Request Example
curl --location --globoff 'https://appwisp.com/api/1.0/appstore/apps?offset=0&take=30&min_installs=100000&query=facebook&categories[]=6005'
Response Example (200)
{
"list": [
{
"id": "284882215",
"title": "Facebook",
"source": "appstore",
"api_url": "https://appwisp.com/api/1.0/appstore/app/284882215",
"icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/55/ac/80/55ac808e-8c45-8656-deee-d9d2696bd1cb/Icon-Production-0-0-1x_U007emarketing-0-7-0-85-220.png/512x512bb.jpg",
"bundle_id": "com.facebook.Facebook",
"store_url": "https://apps.apple.com/us/app/id284882215"
},
{
"id": "454638411",
"title": "Messenger",
"source": "appstore",
"api_url": "https://appwisp.com/api/1.0/appstore/app/454638411",
"icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/28/85/24/2885242b-5a47-cf4a-ed38-b5ab126554fd/AppIcon-0-0-1x_U007emarketing-0-7-0-0-sRGB-85-220.png/512x512bb.jpg",
"bundle_id": "com.facebook.Messenger",
"store_url": "https://apps.apple.com/us/app/id454638411"
},
{
"id": "1285713171",
"title": "Messenger Kids",
"source": "appstore",
"api_url": "https://appwisp.com/api/1.0/appstore/app/1285713171",
"icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/1e/46/12/1e4612fc-74cd-8636-6f2d-7e25fdb3331f/icon-0-0-1x_U007emarketing-0-7-0-85-220.png/512x512bb.jpg",
"bundle_id": "com.facebook.talk",
"store_url": "https://apps.apple.com/us/app/id1285713171"
},
{
"id": "656987566",
"title": "Text Faces for Texting",
"source": "appstore",
"api_url": "https://appwisp.com/api/1.0/appstore/app/656987566",
"icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/11/83/ef/1183efd3-1115-68de-853c-86e3babf6c41/AppIcon-0-0-1x_U007emarketing-0-4-85-220.png/512x512bb.jpg",
"bundle_id": "com.xiaomi.FacebookFont",
"store_url": "https://apps.apple.com/us/app/id656987566"
},
{
"id": "1402555375",
"title": "Profile Analyzer: View Stats+",
"source": "appstore",
"api_url": "https://appwisp.com/api/1.0/appstore/app/1402555375",
"icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/1c/a7/ac/1ca7ac1e-2d63-fb8c-a895-a242c0eeef36/AppIcon-0-0-1x_U007emarketing-0-7-0-85-220.png/512x512bb.jpg",
"bundle_id": "com.mvh.who-unfriended-me-for-facebook",
"store_url": "https://apps.apple.com/us/app/id1402555375"
}
],
"offset": 0,
"ok": true,
"has_more": false,
"next_page": null
}
GET /api/1.0/playstore/app/:id
This endpoint retrieves details of an apps from the App Store based on id.
Parameters
- id (string): app id from App Store.
Request Example
curl --location --globoff 'https://appwisp.com/api/1.0/appstore/app/284882215'
Response Example (200)
{
"free": true,
"id": "284882215",
"version": "463.0.4",
"description": "Explore, connect and share your interests with real people. Whether you’re looking for a spark of inspiration with reels or want to dive deeper into something you already love with Marketplace or in groups, you can discover ideas, experiences and people that fuel your interests and help you make progress on the things that matter to you on Facebook.\n\nExplore and expand your interests:\n* Shop for affordable and uncommon stuff on Marketplace and take your hobbies to the next level\n* Personalize your Feed to see more of what you like, less of what you don’t\n* Watch reels for quick entertainment that sparks inspiration\n* Discover creators, small businesses and communities who can help you dive deeper into the things you care about\n\nConnect with people and communities:\n* Join groups to learn tips and tricks from real people who’ve been there, done that\n* Catch up with friends, family and influencers through Feed and stories\n\nShare your world:\n* Effortlessly create reels from trending templates, or let your creativity shine with a full suite of editing tools\n* Customize your profile to choose how you show up and who you share your posts with\n* Turn your hobby into a side hustle by becoming a creator or selling things on Marketplace\n* Celebrate everyday, candid moments with stories, which disappear in 24 hours \n\nConsumer Health Privacy Policy: https://www.facebook.com/privacy/policies/health",
"title": "Facebook",
"category": {
"id": 6005,
"name": "Social Networking"
},
"currency": "USD",
"installs": "1,000,000,000+",
"content_rating": "12+",
"developer": {
"id": "Meta+Platforms,+Inc.",
"name": "Meta Platforms, Inc.",
"address": "1 Hacker Way\nMenlo Park, CA 94025",
"email": "[email protected]",
"country_code": "US",
"country_name": "United States"
},
"icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/55/ac/80/55ac808e-8c45-8656-deee-d9d2696bd1cb/Icon-Production-0-0-1x_U007emarketing-0-7-0-85-220.png/512x512bb.jpg",
"max_installs": 5000000000,
"min_installs": 1000000000,
"price": 0.0,
"ratings": 11750142,
"released": "2019-02-05T08:00:00Z",
"score": 4.38244,
"screenshots": [
"https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/e4/bd/90/e4bd9024-b230-1d51-d7e3-3b2634a217a2/f254967c-6ef9-4cc6-b4bf-e89cf016337c_1-iOS-5.5-Home.png/392x696bb.png",
"https://is1-ssl.mzstatic.com/image/thumb/PurpleSource211/v4/85/42/a9/8542a90d-7954-e9dd-4e71-e2c7f650f260/c795c58d-ec37-463c-9ab9-ba0b8bc00ddd_2-iOS-5.5-Reels.png/392x696bb.png",
"https://is1-ssl.mzstatic.com/image/thumb/PurpleSource211/v4/88/78/95/88789523-7cbf-65af-f94f-5e11d194bf5e/0130e841-7bad-4f8c-83c9-61ea0bac7d7b_3-iOS-5.5-Stories.png/392x696bb.png",
"https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/43/d4/d5/43d4d5fa-4b24-2e6d-6da3-bb700d118ceb/9b761f68-4cd1-4c66-b5f2-76de4f58005f_4-iOS-5.5-Groups.png/392x696bb.png",
"https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/7f/18/c6/7f18c63a-e3e6-ee8a-eb46-6498ed726b9f/68c29824-a52c-4766-8aea-0a70c7a2f86f_5-iOS-5.5-Profile.png/392x696bb.png",
"https://is1-ssl.mzstatic.com/image/thumb/PurpleSource211/v4/1a/5a/1a/1a5a1a76-7315-f75b-7a19-c94b7dfa651a/28ff37e9-d855-4e6e-a8b4-fb2d585bb9ca_6-iOS-5.5-Marketplace.png/392x696bb.png",
"https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/cd/eb/30/cdeb30f1-a30a-68ff-643e-97bf8de92ba4/691c88f4-f976-46bb-92e1-5f088e8aa47f_7-iOS-5.5-Share.png/392x696bb.png",
"https://is1-ssl.mzstatic.com/image/thumb/PurpleSource211/v4/3d/d6/76/3dd676e3-454b-ce42-4cc1-17adc7ff0ef6/d49c0719-9500-4504-8a4c-3124b914bafa_8-iOS-5.5-Search_with_AI.png/392x696bb.png",
"https://is1-ssl.mzstatic.com/image/thumb/PurpleSource211/v4/c3/c6/6e/c3c66e8f-1167-ce8d-e778-19cc91915f8e/ee650e7b-1eaa-4de6-81a2-0b35dac16446_9-iOS-5.5-Write_with_AI.png/392x696bb.png",
"https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/59/ff/94/59ff9419-4bd1-6c15-0c70-2d180e4d4598/89fe27f2-ff0a-4a61-a502-73c2bd05da89_10-iOS-5.5-Notifications.png/392x696bb.png"
],
"updated": "2024-05-10T12:36:08Z",
"required_os_version": "13.4",
"release_notes": "We’ve updated the app to fix some crashes, make features load faster and support iOS 17!",
"languages": [
"AR",
"HR",
"CS",
"DA",
"NL",
"EN",
"FI",
"FR",
"DE",
"EL",
"HE",
"HI",
"HU",
"ID",
"IT",
"JA",
"KO",
"MS",
"NB",
"PL",
"PT",
"RO",
"RU",
"ZH",
"SK",
"ES",
"SV",
"TH",
"ZH",
"TR",
"UK",
"VI"
],
"bundle_id": "com.facebook.Facebook"
}
GET /api/1.0/appstore/categories
This endpoint retrieves available categories from the App Store.
Parameters
None
Request Example
curl --location --globoff 'https://appwisp.com/api/1.0/appstore/categories'
Response Example (200)
{
"ok": true,
"categories": [
{
"id": "6018",
"name": "Book"
},
{
"id": "6000",
"name": "Business"
},
{
"id": "6026",
"name": "Developer Tools"
},
{
"id": "6017",
"name": "Education"
},
{
"id": "6016",
"name": "Entertainment"
},
{
"id": "6015",
"name": "Finance"
},
{
"id": "6023",
"name": "Food & Drink"
},
{
"id": "6014",
"name": "Games"
},
{
"id": "6027",
"name": "Graphics & Design"
},
{
"id": "6013",
"name": "Health & Fitness"
},
{
"id": "36",
"name": "Kids"
},
{
"id": "6012",
"name": "Lifestyle"
},
{
"id": "6021",
"name": "Magazines & Newspapers"
},
{
"id": "6020",
"name": "Medical"
},
{
"id": "6011",
"name": "Music"
},
{
"id": "6010",
"name": "Navigation"
},
{
"id": "6009",
"name": "News"
},
{
"id": "6008",
"name": "Photo & Video"
},
{
"id": "6007",
"name": "Productivity"
},
{
"id": "6006",
"name": "Reference"
},
{
"id": "6024",
"name": "Shopping"
},
{
"id": "6005",
"name": "Social Networking"
},
{
"id": "6004",
"name": "Sports"
},
{
"id": "6025",
"name": "Stickers"
},
{
"id": "6003",
"name": "Travel"
},
{
"id": "6002",
"name": "Utilities"
},
{
"id": "6001",
"name": "Weather"
}
]
}
SDKs
GET /api/1.0/sdks
This endpoint retrieves all available SDKs from the AppWisp platform.
Parameters
None
Request Example
curl --location --globoff 'https://appwisp.com/api/1.0/sdks'
Response Example (200)
{
"ok": true,
"sdks": [
{
"id": "0faeef49-b9dd-400b-bcb7-fb3800faa19a",
"name": "LinkedIn SDK",
"description": "The LinkedIn SDK allows developers to integrate LinkedIn features, such as social sharing and authentication, into their applications.",
"categories": [
{
"id": "6d0abc81-7e54-4ede-9e05-b3761e436266",
"name": "Social network integration",
"slug": "social_network_integration"
}
],
"website": "https://developer.linkedin.com/",
"slug": "linkedin-sdk"
},
{
"id": "a12b8863-c4b9-4df4-8ae4-5d379aac97f0",
"name": "Google AdMob",
"description": "Google AdMob is a mobile advertising platform that allows app developers to monetize their apps through in-app ads.",
"categories": [
{
"id": "2a9c4e67-95f2-4662-bbdd-dc6df541b99b",
"name": "Ad networks",
"slug": "ad_networks"
}
],
"website": "https://admob.google.com/",
"slug": "admob"
},
{
"id": "16040fd7-a674-42ca-9b7c-55f5a6259307",
"name": "Chartboost",
"description": "Chartboost is an in-app monetization and advertising platform specifically designed for mobile games, helping developers maximize revenue through targeted ads.",
"categories": [
{
"id": "2a9c4e67-95f2-4662-bbdd-dc6df541b99b",
"name": "Ad networks",
"slug": "ad_networks"
}
],
"website": "https://www.chartboost.com/",
"slug": "chartboost"
},
{
"id": "02eacafe-24ce-46fe-aa62-f221a5de1cab",
"name": "Sentry",
"description": "Sentry is an open-source error tracking and monitoring platform that assists developers in identifying and resolving issues in applications.",
"categories": [
{
"id": "a221b6ae-7e8e-42e6-95ce-7c9640da3f31",
"name": "Crash Reporting",
"slug": "crash_reporting"
}
],
"website": "https://sentry.io/",
"slug": "sentry"
},
{
"id": "2b9acc21-f63d-46e1-ab0d-fa42ee365570",
"name": "InMobi",
"description": "InMobi is a mobile advertising platform that provides solutions for app monetization, user acquisition, and retargeting.",
"categories": [
{
"id": "2a9c4e67-95f2-4662-bbdd-dc6df541b99b",
"name": "Ad networks",
"slug": "ad_networks"
}
],
"website": "https://www.inmobi.com/",
"slug": "inmobi"
},
{
"id": "0e388594-1b14-4839-8da2-38c48111099d",
"name": "LiveChat",
"description": "LiveChat is a customer support and chat platform that allows businesses to engage with their website visitors in real-time.",
"categories": [
{
"id": "1577d5c6-86e7-445d-ae89-d450e5963dbf",
"name": "Customer Support",
"slug": "customer_support"
}
],
"website": "https://www.livechat.com/",
"slug": "livechat"
},
{
"id": "fcba1e79-f7bd-4ba1-95f1-3eb841f77933",
"name": "Adyen",
"description": "Adyen is a global payment platform that enables businesses to accept payments in various currencies and methods, providing a seamless payment experience.",
"categories": [
{
"id": "1a75b28a-38c8-4ec7-a968-a5c04e258608",
"name": "Payments",
"slug": "payments"
}
],
"website": "https://www.adyen.com/",
"slug": "adyen"
},
{
"id": "83d964ea-00ce-461f-976e-00dd83699d80",
"name": "Typeform",
"description": "Typeform is an online form and survey platform known for its interactive and user-friendly interface, making data collection engaging.",
"categories": [
{
"id": "0dd1371b-3d9e-4eb9-b0ee-be589b661894",
"name": "Surveys",
"slug": "surveys"
}
],
"website": "https://www.typeform.com/",
"slug": "typeform"
},
{
"id": "718d3b0a-43b3-410b-b269-a86d6f3caf48",
"name": "UXCam",
"description": "UXCam is a user experience analytics tool that helps businesses understand and optimize user interactions within their mobile applications.",
"categories": [
{
"id": "500fc30b-af64-421b-8747-942aac2b4f30",
"name": "Analytics",
"slug": "analytics"
}
],
"website": "https://uxcam.com/",
"slug": "uxcam"
},
{
"id": "c03ce8b4-622b-4a8f-9e6a-0bd7bdf3c1ec",
"name": "Jetpack Compose",
"description": "Jetpack Compose is a modern UI toolkit by Google for building native Android applications using a declarative programming model.",
"categories": [
{
"id": "6f3f3e40-57bd-4d83-a5dc-aa06f5a8988c",
"name": "App development",
"slug": "app_development_frameworks"
}
],
"website": "https://developer.android.com/jetpack/compose",
"slug": "jetpack-compose"
},
{
"id": "899e494a-e7b3-4d8c-9c97-b8a48d0dc23c",
"name": "Umeng",
"description": "Umeng is a mobile app analytics and marketing platform, primarily used in the Chinese market, offering insights into user behavior and app performance.",
"categories": [
{
"id": "500fc30b-af64-421b-8747-942aac2b4f30",
"name": "Analytics",
"slug": "analytics"
}
],
"website": "https://www.umeng.com/",
"slug": "umeng-common-asms"
},
{
"id": "9909f761-8a8f-4d5f-b300-55f5e11fba3f",
"name": "Freshdesk",
"description": "Freshdesk is a customer support and helpdesk platform that provides tools for ticketing, live chat, and self-service options.",
"categories": [
{
"id": "1577d5c6-86e7-445d-ae89-d450e5963dbf",
"name": "Customer Support",
"slug": "customer_support"
}
],
"website": "https://freshdesk.com/",
"slug": "freshdesk"
},
{
"id": "38a776b9-3637-4fc9-b7f2-34fcaf6ea4cd",
"name": "MoPub",
"description": "MoPub is a mobile ad serving platform that helps developers monetize their apps through various ad formats.",
"categories": [
{
"id": "2a9c4e67-95f2-4662-bbdd-dc6df541b99b",
"name": "Ad networks",
"slug": "ad_networks"
}
],
"website": "https://www.mopub.com/",
"slug": "mopub"
},
...
]
}