Awesome List Updates on Sep 10 - Sep 16, 2018
41 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Python
Robotics
- PythonRobotics (⭐22k) - This is a compilation of various robotics algorithms with visualizations.
- rospy - This is a library for ROS (Robot Operating System).
2. Awesome Typescript
Libraries / Chrome Extensions
- 🐙 ee-ts (⭐125) - Typed event emitters
3. Awesome D3
Charts
- d3-dag (⭐1.3k) - Layout algorithms for visualizing directed acylic graphs
4. Awesome Crystal
HTML/XML Parsing
- myhtml (⭐154) - Fast HTML5 Parser that includes CSS selectors
5. Awesome Cpp
Miscellaneous
- SimpleSignal (⭐163) - High performance C++11 signals. [PublicDomain]
6. Awesome Flutter
Templates / Preferences
- The Gorgeous Login (⭐1.7k) - Design and smooth login template by Hugo Extrat
Top / Game Engine resources
- Tourism (⭐303) - Tourism app based on redux w/ animations & i18n by blueMix (⭐303)
7. Awesome Appium
Become an Appium Pro
8. Free for Dev
Source Code Repos
- NotABug — NotABug.org is a free-software code collaboration platform for freely licensed projects, Git-based
- perforce.com — Free 1GB Cloud and Git, Mercurial, or SVN repositories.
Artifact Repos
- central.sonatype.org — The default artifact repository for Apache Maven, SBT, and other build systems.
- cloudsmith.io — Simple, secure, and centralized repository service for Java/Maven, RedHat, Debian, Python, Ruby, Vagrant, and more. Free tier + free for open source.
- jitpack.io — Maven repository for JVM and Android projects on GitHub, free for public projects.
Translation Management
- Loco — Free up to 2000 translations, Unlimited translators, ten languages/project, 1000 translatable assets/project
DNS
- noip — a dynamic DNS service that allows up to 3 hostnames free with confirmation every 30 days
Issue Tracking and Project Management
- zenkit.com — Project management and collaboration tool. Free for up to 5 members, 5 GB attachments.
Analytics, Events and Statistics
- Moesif — API analytics for REST and GraphQL. (Free up to 500,000 API calls/mo)
9. Awesome Katas
Others
10. Awesome Mqtt
Broker
- Mystique (⭐20) - An extendable MQTT broker written in Go, with HTTP capabilities for observability. Implements MQTT v3.1.1.
11. Awesome Laravel
Popular Packages / Developer Tools
- LaRecipe (⭐2.1k) - Write gorgeous documentations for your products using Markdown inside your Laravel app.
Popular Packages / Media & Document Management
- Fast Excel (⭐1.7k) - Fast XLSX, CSV and ODT import and export for Laravel
Popular Packages / Databases, ORMs, Migrations & Seeding
- Lada Cache (⭐499) - A Redis based, fully automated and scalable database cache layer
12. BEM Resources
Articles
13. Awesome Sre
Misc Articles
14. Awesome Ember
Packages / Articles
Packages / Screencasts
Packages / Videos
15. Awesome React Native
Open Source Apps / Navigation Demos
- Smog Alert App (⭐9) – provides real-time air pollution data all around the world and shows nearby polluters.
Releases / Navigation Demos
16. Awesome
Podcasts / Tutorials
- Commerce Minded - A Craft Commerce-centric podcast that goes behind the scenes to chat with ecommerce merchants, developers, and vendors.
17. Awesome AutoHotkey
Graphics
- AHKv2-GDIP (⭐80) - Update of the above GDI+ library compatiable with both AHK v1.1 and AHK v2 - Forum thread: link.
18. Awesome Web Security
Database
19. Awesome Regression Testing
Tools and frameworks
- Wendigo (⭐150) - Test-oriented browser automation library based on Puppeteer.
- Loki (⭐1.8k) - Visual regression testing for Storybook using Chrome in docker et al.
- CodeceptJS (⭐4.1k) - Modern Era Acceptance Testing Framework for NodeJS.
- FuncUnit (⭐570) - A functional test suite based on jQuery
- Nightwatch (⭐12k) - Automated testing and continuous integration framework based on Node.js and using the Webdriver protocol.
- Protractor (⭐8.8k) - E2E test framework for Angular apps.
Online services
- Happo - Cloud-based screenshot testing service with support for multiple browsers.
Deprecated
- PhantomJS (⭐29k) - Scriptable Headless WebKit. No longer maintained since 2 June 2018.
20. Awesome Serverless
Projects
- Next serverless (⭐82) - Deploys your next.js application to AWS Lambda.
21. Awesome C
RTOS
- RIOT OS - Real-time multi-threading operating system that supports a range of devices that are typically found in the Internet of Things.
LGPL-2.1
22. Vertx Awesome
Vert.x Event Bus Clients
- Java (⭐10) - Simple Java Event Bus Client using plain TCP socket I/O.
23. Awesome Ocaml
Community
Algorithms and Data Structures
Benchmarking
- core_bench (⭐49) – Micro-benchmarking library for OCaml by Jane Street. - Getting Started with Core_bench (⭐49)
- benchmark (⭐28) – Benchmarking functions for measuring the run-time of functions using latency or throughput.
Blogs
Books
- More OCaml: Algorithms, Methods, and Diversions – In More OCaml, John Whitington takes a meandering tour of functional programming with OCaml, introducing various language features and describing some classic algorithms. The book ends with a large-scale example dealing with the production of PDF files. There are questions for each chapter, along with worked-out answers and hints.
- Pearls of Functional Algorithm Design by Richard Bird - It summarizes 30 hard algorithmic problems in the function programming world. Although it is for Haskell, the algorithm problems are very interesting, and trying to solve them in OCaml also helps the thinking of functional programming. Partial solutions in OCaml are here (⭐28).
- Unix System Programming in OCaml by X. Leroy and D. Rémy – Introduction to Unix Systems Programming, with an emphasis on communications between processes.
- Using, Understanding, and Unraveling OCaml – This book describes both the OCaml language and the theoretical grounds behind its powerful type system.
- Purely Functional Data Structures - This is the first or only book focus on various data structures in FP world. A must-read one.
Compilers and Compiler Tools
- Languages and Compilers:
Caramel - Caramel is a functional language for building type-safe, scalable, and maintainable applications.
cDuce - cDuce is a modern XML-oriented functional language with innovative features.
Compcert C Compiler - It is a C Compiler supporting most of the ISO C90 and C99 / ANSI C features.
Eff Programming Language - Eff is a functional language with handlers of not only exceptions, but also of other computational effects such as state or I/O.
Neko Programming Language - Originally the compiler was written in OCaml.
Mazeppa (⭐345) - A modern supercompiler for call-by-value functional languages.
Mezzo Programming Language - Mezzo is a programming language in the ML tradition, which places strong emphasis on the control of aliasing and access to mutable memory.
OCaml-Java - OCaml to Java bytecode compiler.
Rhine (⭐631) – A Lisp on LLVM written in OCaml.
Rust Programming Language - Originally written in OCaml before bootstrapping.
Quick C-- Target Language - It is now a dead project. Github Repo (⭐145). Alternative website.
tis-interpreter (⭐565) - An interpreter for finding subtle bugs in programs written in standard C
Reason - Friendly syntax & toolchain for OCaml by Facebook.
RaML - Resource Aware ML (RaML) is a tool that automatically and statically computes resource-use bounds for OCaml programs.
Liquid ML (⭐37) - Shopify's Liquid Templating language for OCaml.
Datetime
Developer Tools
- Try OCaml – Try OCaml in your web browser.
Exercises and Short Examples
- 99 problems. 99% of the solutions are here (⭐44).
Formal Software Verification
- Coq – Coq is a formal proof management system. It provides a formal language to write mathematical definitions, executable algorithms, and theorems, together with an environment for semi-interactive development of machine-checked proofs.
General
User Interface
- Lambda-Term (⭐208) – Lambda-Term is a cross-platform library for manipulating the terminal. It provides an abstraction for keys, mouse events, and colors, as well as a set of widgets to write curses-like applications.
Language-related
Messaging
- capnp-ocaml (⭐97) – OCaml code generator plugin for the Cap'n Proto serialization framework.
Metaprogramming
- Articles:
Metrics
- prometheus (⭐49) – OCaml client library for Prometheus monitoring.
Package Management
- Build Tools:
- dune (⭐1.6k) – A composable and opinionated build system for OCaml (former jbuilder)
- Oasis - A tool to integrate a configure, build and install system in your OCaml project. It helps to create standard entry points in your build system and allows external tools to analyse your project easily.
- oasis2opam (⭐27) — Tool to convert OASIS metadata to OPAM package descriptions.
- obuild (⭐54) – Simple package build system for ocaml.
- ocaml-makefile (⭐74) — Easy to use Makefile for small to medium-sized OCaml-projects.
- topkg (⭐69) — OPAM-aware packaging system using ocamlbuild.
- Bazel (⭐37) - OCaml rules for Bazel, Google's multi-language and platform build tool.
Parallelism
- Articles:
- What is the state of OCaml's parallelization abilities?
- Parallel programming in multicore OCaml (⭐278)
- Parallelism programming from the officiel OCaml manual
- Awesome multicore OCaml (⭐144). A compilation of resources
Questions
Testing
- Kaputt — comprehensive testing framework.
24. Awesome Ai in Finance
Articles / Plugins
25. Awesome Geek Podcasts
In English
- CoRecursive Interviews - In-Depth interviews with software development experts. Focusing on functional programming and languages like scala / haskell / F# / erlang / idris / kotlin.
26. Awesome Json
Command-line tools
- jl (⭐474) - Functional sed for JSON.
Resources
- Awesome jq (⭐736) - A curated list of awesome jq tools and resources.
27. Awesome Ros2
Papers / ROSCon 2015
28. Awesome Ruby
CLI Builder
- Terrapin (⭐247) - A small command line library (Formerly Cocaine).
Debugging Tools
- did_you_mean (⭐1.9k) - Adds class, method & attribute suggestions to error messages.
29. Awesome Aws
SDKs and Samples / Android SDK
Open Source Repos / Cognito
- capeless/warrant 🔥🔥 (⭐454) - Python library for using Cognito.
Open Source Repos / Elastic Container Service
- service-discovery-ecs-consul 🔥 (⭐108) - Assets from the blog Service Discovery via Consul with Amazon ECS.
30. Awesome Embedded Rust
Books, blogs, and training materials / Free and public materials
- Physical Computing With Rust A (WIP) guide to physical computing with Rust on the Raspberry Pi.
31. Awesome Vue
Resources / Examples
- vue-soundcloud A Soundcloud client built with Vue.js 2, by Soroush Chehresa
Components & Libraries / Utilities
- vue-log-worker - A Vue.js plugin to log error and vuex mutations to your backend through a web worker
32. Awesome Machine Learning
Python / Data Analysis / Data Visualization
- PyCM (⭐1.4k) - PyCM is a multi-class confusion matrix library written in Python that supports both input data vectors and direct matrix, and a proper tool for post-classification model evaluation that supports most classes and overall statistics parameters
33. Awesome Preact
Contents / Routing
- Preact Route Async (⭐35) - A (440b gzip) route component that enables async loading of page-components.
34. Awesome Npm
Clients
- npm (⭐7.6k) - The official client.
35. Awesome Raspberry Pi
Models
- Raspberry Pi 1, Model A & Model B (2012, discontinued)
- Raspberry Pi 1, Model B+ (July, 2014)
- Raspberry Pi 1, Model A+ (November, 2014)
- Raspberry Pi 2, Model B (February, 2015)
- Raspberry Pi Zero (November, 2015)
- Raspberry Pi 3, Model B (March, 2016)
- Raspberry Pi Zero W (February, 2017)
- Raspberry Pi 3, Model B+ (March, 2018)
Tools
- Processing - Processing Development Environment running on Raspberry Pi.
Useful Apps / Android
- Screen Stream Mirroring - To stream your phone screen directly to Pi. Android
- Tubio - Cast web videos directly to Pi. Android
- Turbo FTP - A good FTP client app for accessing files on raspberry. Android
Articles / iOS
- Raspberry Pi Beginners - Guide to setup the Raspberry Pi for beginners.
36. Awesome Smart Tv
Samsung Tizen / Third-party remote control libraries
- samsung-remote-models-2014-and-newer (⭐48) - Encrypted communication with the internal web service of Samsung TV models 2014+.
- SmartCrypto (⭐8) - SmartView2 encrypted handshake API implementation in C/Python.
37. Awesome Dotnet Core
Frameworks, Libraries and Tools / CMS
- CoreWiki (⭐415) - Simple ASP.NET Core wiki that we are working on during live coding streams.
38. Awesome Ant Design
Components / Themes
- antd-table-infinity (⭐283) - An infinite scroll component based on antd table that supports virtual scrolling & high-performance
39. Awesome Tmux
Tools and session management
- tmux-up (⭐112) Bootstrap new
tmux
sessions without complex tools, DSLs, or dependencies
Plugins
- tmux-simple-git-status (⭐27) Show branch and number of changes in current git repository
Miscellaneous / Development and testing
- sublime-tmux (⭐9) Sublime Text plugin to interact with tmux sessions
40. Awesome Rest
SaaS Tools / Symfony2
- Beeceptor - An HTTP inspecting, mocking and proxing service. Gives named endpoints for creating mock API endpoints and simulate responses.
41. Public Apis
Animals
API: Dogs
Description: Based on the Stanford Dogs Dataset
Auth: No
HTTPS: Yes
CORS: Yes
API: RandomDog
Description: Random pictures of dogs
Auth: No
HTTPS: Yes
CORS: Yes
API: RandomFox
Description: Random pictures of foxes
Auth: No
HTTPS: Yes
CORS: No
API: RescueGroups
Description: Adoption
Auth: No
HTTPS: Yes
CORS: Unknown
Anime
API: AniList (⭐1.1k)
Description: Anime discovery & tracking
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: Jikan
Description: Unofficial MyAnimeList API
Auth: No
HTTPS: Yes
CORS: Yes
Anti-Malware
API: Google Safe Browsing
Description: Google Link/Domain Flagging
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Metacert
Description: Metacert Link Flagging
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: VirusTotal
Description: VirusTotal File/URL Analysis
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Art & Design
API: Cooper Hewitt
Description: Smithsonian Design Museum
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Harvard Art Museums (⭐342)
Description: Art
Auth:
apiKey
HTTPS: No
CORS: Unknown
API: Iconfinder
Description: Icons
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Noun Project
Description: Icons
Auth:
OAuth
HTTPS: No
CORS: Unknown
Books
API: Bhagavad Gita
Description: Bhagavad Gita text
Auth:
OAuth
HTTPS: Yes
CORS: Yes
API: British National Bibliography
Description: Books
Auth: No
HTTPS: No
CORS: Unknown
API: Google Books
Description: Books
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
Business
API: Charity Search
Description: Non-profit charity data
Auth:
apiKey
HTTPS: No
CORS: Unknown
Call this API:
API: Gmail
Description: Flexible, RESTful access to the user's inbox
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
Call this API:
Calendar
API: Church Calendar
Description: Catholic liturgical calendar
Auth: No
HTTPS: No
CORS: Unknown
API: Google Calendar
Description: Display, create and modify Google calendar events
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: Holidays
Description: Historical data regarding holidays
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: LectServe
Description: Protestant liturgical calendar
Auth: No
HTTPS: No
CORS: Unknown
-
Description: Database of ICS files for non working days
Auth: No
HTTPS: Yes
CORS: Unknown
-
Description: Check if a date is a Russian holiday or not
Auth: No
HTTPS: Yes
CORS: No
Cloud Storage & File Sharing
API: Box
Description: File Sharing and Storage
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
Postman:
API: Dropbox
Description: File Sharing and Storage
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
Postman: Run in Postman
API: Google Drive
Description: File Sharing and Storage
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
Postman:
Continuous Integration
API: CircleCI
Description: Automate the software development process using continuous integration and continuous delivery
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Travis CI
Description: Sync your GitHub projects with Travis CI to test your code in minutes
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Cryptocurrency
API: BitcoinAverage
Description: Digital Asset Price Data for the blockchain industry
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: BitcoinCharts
Description: Financial and Technical Data related to the Bitcoin Network
Auth: No
HTTPS: Yes
CORS: Unknown
API: Bitmex
Description: Real-Time Cryptocurrency derivatives trading platform based in Hong Kong
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: CoinAPI
Description: All Currency Exchanges integrate under a single api
Auth:
apiKey
HTTPS: Yes
CORS: No
API: Coinbase Pro
Description: Cryptocurrency Trading Platform
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Coinigy
Description: Interacting with Coinigy Accounts and Exchange Directly
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: CryptoCompare
Description: Cryptocurrencies Comparison
Auth: No
HTTPS: Yes
CORS: Unknown
API: Cryptonator
Description: Cryptocurrencies Exchange Rates
Auth: No
HTTPS: Yes
CORS: Unknown
API: Nexchange
Description: Automated cryptocurrency exchange service
Auth: No
HTTPS: No
CORS: Yes
API: WorldCoinIndex
Description: Cryptocurrencies Prices
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Currency Exchange
API: 1Forge
Description: Forex currency market data
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Currencylayer
Description: Exchange rates and currency conversion
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Czech National Bank
Description: A collection of exchange rates
Auth: No
HTTPS: Yes
CORS: Unknown
Data Validation
API: Lob.com
Description: US Address Verification
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Call this API:
API: PurgoMalum
Description: Content validator against profanity & obscenity
Auth: No
HTTPS: No
CORS: Unknown
Call this API:
Development
API: APIs.guru
Description: Wikipedia for Web APIs, OpenAPI/Swagger specs for public APIs
Auth: No
HTTPS: Yes
CORS: Unknown
API: Bored
Description: Find random activities to fight boredom
Auth: No
HTTPS: Yes
CORS: Unknown
API: CDNJS
Description: Library info on CDNJS
Auth: No
HTTPS: Yes
CORS: Unknown
API: Changelogs.md
Description: Structured changelog metadata from open source projects
Auth: No
HTTPS: Yes
CORS: Unknown
API: Gitlab
Description: Automate GitLab interaction programmatically
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: HTTP2.Pro
Description: Test endpoints for client and server HTTP/2 protocol support
Auth: No
HTTPS: Yes
CORS: Unknown
API: import.io
Description: Retrieve structured data from a website or RSS feed
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: IPify
Description: A simple IP Address API
Auth: No
HTTPS: Yes
CORS: Unknown
API: IPinfo
Description: Another simple IP Address API
Auth: No
HTTPS: Yes
CORS: Unknown
API: JSON 2 JSONP
Description: Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScript
Auth: No
HTTPS: Yes
CORS: Unknown
API: License-API (⭐5)
Description: Unofficial REST API for choosealicense.com
Auth: No
HTTPS: Yes
CORS: No
API: ProxyCrawl
Description: Scraping and crawling anticaptcha service
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: QR code
Description: Generate and decode / read QR code graphics
Auth: No
HTTPS: Yes
CORS: Unknown
API: ReqRes
Description: A hosted REST-API ready to respond to your AJAX requests
Auth: No
HTTPS: Yes
CORS: Unknown
API: ScraperApi
Description: Easily build scalable web scrapers
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: SHOUTCLOUD
Description: ALL-CAPS AS A SERVICE
Auth: No
HTTPS: No
CORS: Unknown
API: StackExchange
Description: Q&A forum for developers
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
Documents & Productivity
API: Cloudmersive Document and Data Conversion
Description: HTML/URL to PDF/PNG, Office documents to PDF, image conversion
Auth:
apiKey
HTTPS: Yes
CORS: Yes
API: Mercury
Description: Web parser
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Pocket
Description: Bookmarking service
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: PrexView
Description: Data from XML or JSON to PDF, HTML or Image
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Todoist
Description: Todo Lists
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
Environment
API: OpenAQ
Description: Open air quality data
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: UK Carbon Intensity
Description: The Official Carbon Intensity API for Great Britain developed by National Grid
Auth: No
HTTPS: Yes
CORS: Unknown
Events
API: Ticketmaster
Description: Search events, attractions, or venues
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Finance
API: Alpha Vantage
Description: Realtime and historical stock data
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Call this API:
API: IG
Description: Spreadbetting and CFD Market Data
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Call this API:
Food & Drink
API: LCBO
Description: Alcohol
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Open Food Facts
Description: Food Products Database
Auth: No
HTTPS: Yes
CORS: Unknown
API: PunkAPI
Description: Brewdog Beer Recipes
Auth: No
HTTPS: Yes
CORS: Unknown
API: TacoFancy (⭐123)
Description: Community-driven taco database
Auth: No
HTTPS: No
CORS: Unknown
API: The Report of the Week (⭐28)
Description: Food & Drink Reviews
Auth: No
HTTPS: Yes
CORS: Unknown
API: TheCocktailDB
Description: Cocktail Recipes
Auth:
apiKey
HTTPS: Yes
CORS: Yes
API: TheMealDB
Description: Meal Recipes
Auth:
apiKey
HTTPS: Yes
CORS: Yes
API: What's on the menu?
Description: NYPL human-transcribed historical menu collection
Auth:
apiKey
HTTPS: No
CORS: Unknown
Games & Comics
-
Description: Jokes
Auth: No
HTTPS: No
CORS: Unknown
API: Clash of Clans
Description: Clash of Clans Game Information
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Comic Vine
Description: Comics
Auth: No
HTTPS: Yes
CORS: Unknown
API: Deck of Cards
Description: Deck of Cards
Auth: No
HTTPS: No
CORS: Unknown
API: Fortnite
Description: Fortnite Stats
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Guild Wars 2
Description: Guild Wars 2 Game Information
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Halo
Description: Halo 5 and Halo Wars 2 Information
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Hearthstone
Description: Hearthstone Cards Information
Auth:
X-Mashape-Key
HTTPS: Yes
CORS: Unknown
API: Jservice
Description: Jeopardy Question Database
Auth: No
HTTPS: No
CORS: Unknown
API: Magic The Gathering
Description: Magic The Gathering Game Information
Auth: No
HTTPS: No
CORS: Unknown
API: Open Trivia
Description: Trivia Questions
Auth: No
HTTPS: Yes
CORS: Unknown
API: Pokéapi
Description: Pokémon Information
Auth: No
HTTPS: Yes
CORS: Unknown
API: Pokémon TCG
Description: Pokémon TCG Information
Auth: No
HTTPS: Yes
CORS: Unknown
API: Rick and Morty
Description: All the Rick and Morty information, including images
Auth: No
HTTPS: Yes
CORS: Yes
API: Riot Games
Description: League of Legends Game Information
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Wargaming.net
Description: Wargaming.net info and stats
Auth:
apiKey
HTTPS: Yes
CORS: No
Geocoding
API: Bing Maps
Description: Create/customize digital maps based on Bing Maps data
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: CitySDK
Description: Open APIs for select European cities
Auth: No
HTTPS: Yes
CORS: Unknown
API: GeoApi
Description: French geographical data
Auth: No
HTTPS: Yes
CORS: Unknown
API: GeoNames
Description: Place names and other geographical data
Auth: No
HTTPS: No
CORS: Unknown
API: Google Earth Engine
Description: A cloud-based platform for planetary-scale environmental data analysis
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Google Maps
Description: Create/customize digital maps based on Google Maps data
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: HERE Maps
Description: Create/customize digital maps based on HERE Maps data
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: IP 2 Country
Description: Map an IP to a country
Auth: No
HTTPS: Yes
CORS: Unknown
API: IP Address Details
Description: Find geolocation with ip address
Auth: No
HTTPS: Yes
CORS: Unknown
API: IP Vigilante
Description: Free IP Geolocation API
Auth: No
HTTPS: Yes
CORS: Unknown
API: LocationIQ
Description: Provides forward/reverse geocoding and batch geocoding
Auth:
apiKey
HTTPS: Yes
CORS: Yes
API: Mexico (⭐69)
Description: Mexico RESTful zip codes API
Auth: No
HTTPS: Yes
CORS: Unknown
API: OnWater
Description: Determine if a lat/lon is on water or land
Auth: No
HTTPS: Yes
CORS: Unknown
API: OpenStreetMap
Description: Navigation, geolocation and geographical data
Auth:
OAuth
HTTPS: No
CORS: Unknown
API: PostcodeData.nl
Description: Provide geolocation data based on postcode for Dutch addresses
Auth: No
HTTPS: No
CORS: Unknown
API: Uebermaps
Description: Discover and share maps with friends
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Utah AGRC
Description: Utah Web API for geocoding Utah addresses
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: ViaCep
Description: Brazil RESTful zip codes API
Auth: No
HTTPS: Yes
CORS: Unknown
Government
API: Census.gov
Description: The US Census Bureau provides various APIs and data sets on demographics and businesses
Auth: No
HTTPS: Yes
CORS: Unknown
API: Colorado Information Marketplace
Description: Colorado State Government Open Data
Auth: No
HTTPS: Yes
CORS: Unknown
API: Data USA
Description: US Public Data
Auth: No
HTTPS: Yes
CORS: Unknown
API: Data.gov
Description: US Government Data
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: FEC
Description: Information on campaign donations in federal elections
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
-
Description: UK food hygiene rating data API
Auth: No
HTTPS: No
CORS: Unknown
API: Open Government, Australia
Description: Australian Government Open Data
Auth: No
HTTPS: Yes
CORS: Unknown
-
Description: Belgium Government Open Data
Auth: No
HTTPS: Yes
CORS: Unknown
-
Description: Canadian Government Open Data
Auth: No
HTTPS: No
CORS: Unknown
-
Description: French Government Open Data
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
-
Description: Indian Government Open Data
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Open Government, New Zealand
Description: New Zealand Government Open Data
Auth: No
HTTPS: Yes
CORS: Unknown
-
Description: Taiwan Government Open Data
Auth: No
HTTPS: Yes
CORS: Unknown
API: Open Government, USA
Description: United States Government Open Data
Auth: No
HTTPS: Yes
CORS: Unknown
-
Description: Find Canadian Government Representatives
Auth: No
HTTPS: Yes
CORS: Unknown
API: USAspending.gov
Description: US federal spending data
Auth: No
HTTPS: Yes
CORS: Unknown
Health
API: Healthcare.gov
Description: Educational content about the US Health Insurance Marketplace
Auth: No
HTTPS: Yes
CORS: Unknown
API: Makeup
Description: Makeup Information
Auth: No
HTTPS: No
CORS: Unknown
API: NPPES
Description: National Plan & Provider Enumeration System, info on healthcare providers registered in US
Auth: No
HTTPS: Yes
CORS: Unknown
API: Nutritionix
Description: Worlds largest verified nutrition database
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Jobs
API: Adzuna
Description: Job board aggregator
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Careerjet
Description: Job search engine
Auth:
apiKey
HTTPS: No
CORS: Unknown
API: Jobs2Careers
Description: Job aggregator
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Juju
Description: Job search engine
Auth:
apiKey
HTTPS: No
CORS: Unknown
API: Reed
Description: Job board aggregator
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: The Muse
Description: Job board and company profiles
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Upwork
Description: Freelance job board and management system
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: USAJOBS
Description: US government job board
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: ZipRecruiter
Description: Job search app and website
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Machine Learning
API: Keen IO
Description: Data Analytics
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Unplugg
Description: Forecasting API for timeseries data
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Music
API: Bandsintown
Description: Music Events
Auth: No
HTTPS: Yes
CORS: Unknown
API: Deezer
Description: Music
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: Discogs
Description: Music
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: Genius
Description: Crowdsourced lyrics and music knowledge
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: Genrenator
Description: Music genre generator
Auth: No
HTTPS: Yes
CORS: Unknown
API: iTunes Search
Description: Software products
Auth: No
HTTPS: Yes
CORS: Unknown
API: LastFm
Description: Music
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: MusicBrainz
Description: Music
Auth: No
HTTPS: Yes
CORS: Unknown
API: Musixmatch
Description: Music
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Songsterr
Description: Provides guitar, bass and drums tabs and chords
Auth: No
HTTPS: Yes
CORS: Unknown
API: TasteDive
Description: Similar artist API (also works for movies and TV shows)
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Vagalume
Description: Crowdsourced lyrics and music knowledge
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
News
API: Chronicling America
Description: Provides access to millions of pages of historic US newspapers from the Library of Congress
Auth: No
HTTPS: No
CORS: Unknown
API: Currents
Description: Latest news published in various news sources, blogs and forums
Auth:
apiKey
HTTPS: Yes
CORS: Yes
API: Feedbin (⭐342)
Description: RSS reader
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: News
Description: Headlines currently published on a range of news sources and blogs
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: NPR One
Description: Personalized news listening experience from NPR
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: The Guardian
Description: Access all the content the Guardian creates, categorised by tags and section
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
-
Description: RSS reader
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Open Data
API: 18F
Description: Unofficial US Federal Government API Development
Auth: No
HTTPS: No
CORS: Unknown
API: Callook.info
Description: United States ham radio callsigns
Auth: No
HTTPS: Yes
CORS: Unknown
API: CARTO
Description: Location Information Prediction
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: LinkPreview
Description: Get JSON formatted summary with title, description and preview image for any requested URL
Auth:
apiKey
HTTPS: Yes
CORS: Yes
API: Microlink.io
Description: Extract structured data from any website
Auth: No
HTTPS: Yes
CORS: Yes
API: Scoop.it
Description: Content Curation Service
Auth:
apiKey
HTTPS: No
CORS: Unknown
API: Teleport
Description: Quality of Life Data
Auth: No
HTTPS: Yes
CORS: Unknown
API: Universities List (⭐1.3k)
Description: University names, countries and domains
Auth: No
HTTPS: Yes
CORS: Unknown
API: University of Oslo
Description: Courses, lecture videos, detailed information for courses etc. for the University of Oslo (Norway)
Auth: No
HTTPS: Yes
CORS: Unknown
API: UPC database
Description: More than 1.5 million barcode numbers from all around the world
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Wikidata
Description: Collaboratively edited knowledge base operated by the Wikimedia Foundation
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: Wikipedia
Description: Mediawiki Encyclopedia
Auth: No
HTTPS: Yes
CORS: Unknown
API: Yelp
Description: Find Local Business
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
Open Source Projects
API: Drupal.org
Description: Drupal.org
Auth: No
HTTPS: Yes
CORS: Unknown
Patent
API: EPO
Description: European patent search system api
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: TIPO
Description: Taiwan patent search system api
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: USPTO
Description: USA patent api services
Auth: No
HTTPS: Yes
CORS: Unknown
Personality
API: Forismatic
Description: Inspirational Quotes
Auth: No
HTTPS: No
CORS: Unknown
API: icanhazdadjoke
Description: The largest selection of dad jokes on the internet
Auth: No
HTTPS: Yes
CORS: Unknown
API: Medium (⭐2.3k)
Description: Community of readers and writers offering unique perspectives on ideas
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
Photography
API: Flickr
Description: Flickr Services
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: Getty Images
Description: Build applications using the world's most powerful imagery
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: Gfycat
Description: Jiffier GIFs
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: Giphy
Description: Get all your gifs
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Imgur
Description: Images
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: Lorem Picsum
Description: Images from Unsplash
Auth: No
HTTPS: Yes
CORS: Unknown
API: Pixabay
Description: Photography
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Unsplash
Description: Photography
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
Science & Math
API: arcsecond.io
Description: Multiple astronomy data sources
Auth: No
HTTPS: Yes
CORS: Unknown
API: CORE
Description: Access the world's Open Access research papers
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Minor Planet Center
Description: Asterank.com Information
Auth: No
HTTPS: No
CORS: Unknown
-
Description: Repository and archive for study designs, research materials, data, manuscripts, etc
Auth: No
HTTPS: Yes
CORS: Unknown
Security
API: SecurityTrails
Description: Domain and IP related information such as current and historical WHOIS and DNS records
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: UK Police
Description: UK Police data
Auth: No
HTTPS: Yes
CORS: Unknown
Social
API: Cisco Spark
Description: Team Collaboration Software
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: Disqus
Description: Communicate with Disqus data
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: Facebook
Description: Facebook Login, Share on FB, Social Plugins, Analytics and more
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: Foursquare
Description: Interact with Foursquare users and places (geolocation-based checkins, photos, tips, events, etc)
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
-
Description: Asks someone to fuck off
Auth: No
HTTPS: Yes
CORS: Unknown
API: HackerNews (⭐11k)
Description: Social news for CS and entrepreneurship
Auth: No
HTTPS: Yes
CORS: Unknown
API: Instagram
Description: Instagram Login, Share on Instagram, Social Plugins and more
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: Pinterest
Description: The world's catalog of ideas
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: Reddit
Description: Homepage of the internet
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: Slack
Description: Team Instant Messaging
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: Telegram MTProto
Description: Read and write Telegram data
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: Trash Nothing
Description: A freecycling community with thousands of free items posted every day
Auth:
OAuth
HTTPS: Yes
CORS: Yes
API: Tumblr
Description: Read and write Tumblr Data
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: Twitch
Description: Game Streaming API
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: Twitter
Description: Read and write Twitter data
Auth:
OAuth
HTTPS: Yes
CORS: No
API: vk
Description: Read and write vk data
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
Sports & Fitness
API: Ergast F1
Description: F1 data from the beginning of the world championships in 1950
Auth: No
HTTPS: Yes
CORS: Unknown
API: Fitbit
Description: Fitbit Information
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: JCDecaux Bike
Description: JCDecaux's self-service bicycles
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: NBA Stats
Description: Current and historical NBA Statistics
Auth: No
HTTPS: Yes
CORS: Unknown
API: Strava
Description: Connect with athletes, activities and more
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: TheSportsDB
Description: Crowd-Sourced Sports Data and Artwork
Auth:
apiKey
HTTPS: Yes
CORS: Yes
API: Wger
Description: Workout manager data as exercises, muscles or equipment
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Test Data
API: Bacon Ipsum
Description: A Meatier Lorem Ipsum Generator
Auth: No
HTTPS: Yes
CORS: Unknown
API: FakeJSON
Description: Service to generate test and fake data
Auth:
apiKey
HTTPS: Yes
CORS: Yes
API: JSONPlaceholder
Description: Fake data for testing and prototyping
Auth: No
HTTPS: No
CORS: Unknown
API: Loripsum
Description: The "lorem ipsum" generator that doesn't suck
Auth: No
HTTPS: No
CORS: Unknown
API: RoboHash
Description: Generate random robot/alien avatars
Auth: No
HTTPS: Yes
CORS: Unknown
API: Yes No
Description: Generate yes or no randomly
Auth: No
HTTPS: Yes
CORS: Unknown
Text Analysis
API: Cloudmersive Natural Language Processing
Description: Natural language processing and text analysis
Auth:
apiKey
HTTPS: Yes
CORS: Yes
API: Detect Language
Description: Detects text language
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Tracking
API: Postmon
Description: An API to query Brazilian ZIP codes and orders easily, quickly and free
Auth: No
HTTPS: No
CORS: Unknown
API: UPS
Description: Shipment and Address information
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Transportation
API: ADS-B Exchange
Description: Access real-time and historical data of any and all airborne aircraft
Auth: No
HTTPS: Yes
CORS: Unknown
API: AIS Hub
Description: Real-time data of any marine and inland vessel equipped with AIS tracking system
Auth:
apiKey
HTTPS: No
CORS: Unknown
-
Description: Stations and predicted arrivals for BART
Auth:
apiKey
HTTPS: No
CORS: Unknown
-
Description: Transitland API
Auth: No
HTTPS: Yes
CORS: Unknown
API: Icelandic APIs
Description: Open APIs that deliver services in or regarding Iceland
Auth: No
HTTPS: Yes
CORS: Unknown
API: Izi
Description: Audio guide for travellers
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Schiphol Airport
Description: Schiphol
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Transport for Atlanta, US
Description: Marta
Auth: No
HTTPS: No
CORS: Unknown
API: Transport for Czech Republic
Description: Czech transport API
Auth: No
HTTPS: Yes
CORS: Unknown
-
Description: RTD
Auth: No
HTTPS: No
CORS: Unknown
-
Description: Finnish transport API
Auth: No
HTTPS: Yes
CORS: Unknown
-
Description: Deutsche Bahn (DB) API
Auth:
apiKey
HTTPS: No
CORS: Unknown
API: Transport for Honolulu, US
Description: Honolulu Transportation Information
Auth:
apiKey
HTTPS: No
CORS: Unknown
API: Transport for Paris, France
Description: RATP Open Data API
Auth: No
HTTPS: No
CORS: Unknown
API: Transport for Philadelphia, US
Description: SEPTA APIs
Auth: No
HTTPS: No
CORS: Unknown
API: Transport for Sweden
Description: Public Transport consumer
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: Transport for Switzerland
Description: Official Swiss Public Transport Open Data
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Transport for Switzerland
Description: Swiss public transport API
Auth: No
HTTPS: Yes
CORS: Unknown
API: Transport for The Netherlands
Description: NS, only trains
Auth:
apiKey
HTTPS: No
CORS: Unknown
API: Transport for The Netherlands (⭐90)
Description: OVAPI, country-wide public transport
Auth: No
HTTPS: Yes
CORS: Unknown
API: Transport for Toronto, Canada
Description: TTC
Auth: No
HTTPS: Yes
CORS: Unknown
API: Transport for Vancouver, Canada
Description: TransLink
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: Transport for Washington, US
Description: Washington Metro transport API
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: Uber
Description: Uber ride requests and price estimation
Auth:
OAuth
HTTPS: Yes
CORS: Yes
URL Shorteners
API: Bitly
Description: URL shortener and link management
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: Rebrandly
Description: Custom URL shortener for sharing branded links
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Vehicle
API: Kelley Blue Book
Description: Vehicle info, pricing, configuration, plus much more
Auth:
apiKey
HTTPS: Yes
CORS: No
API: Mercedes-Benz
Description: Telematics data, remotely access vehicle functions, car configurator, locate service dealers
Auth:
apiKey
HTTPS: Yes
CORS: No
API: NHTSA
Description: NHTSA Product Information Catalog and Vehicle Listing
Auth: No
HTTPS: Yes
CORS: Unknown
Video
-
Description: Game Of Thrones API
Auth: No
HTTPS: Yes
CORS: Unknown
API: Breaking Bad Quotes (⭐387)
Description: Some Breaking Bad quotes
Auth: No
HTTPS: Yes
CORS: Unknown
API: Czech Television
Description: TV programme of Czech TV
Auth: No
HTTPS: No
CORS: Unknown
API: Dailymotion
Description: Dailymotion Developer API
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: Open Movie Database
Description: Movie information
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Ron Swanson Quotes (⭐296)
Description: Television
Auth: No
HTTPS: Yes
CORS: Unknown
API: STAPI
Description: Information on all things Star Trek
Auth: No
HTTPS: No
CORS: No
API: TMDb
Description: Community-based movie data
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: TVMaze
Description: TV Show Data
Auth: No
HTTPS: No
CORS: Unknown
API: Vimeo
Description: Vimeo Developer API
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
API: YouTube
Description: Add YouTube functionality to your sites and apps
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
Weather
API: MetaWeather
Description: Weather
Auth: No
HTTPS: Yes
CORS: No
API: ODWeather
Description: Weather and weather webcams
Auth: No
HTTPS: No
CORS: Unknown
API: OpenUV
Description: Real-time UV Index Forecast
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Storm Glass
Description: Global marine weather from multiple sources
Auth:
apiKey
HTTPS: Yes
CORS: Yes
API: Weatherbit
Description: Weather
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
- Prev: Sep 17 - Sep 23, 2018
- Next: Sep 03 - Sep 09, 2018