Mock sample for your project: The Noun Project API

Integrate with "The Noun Project API" from thenounproject.com in no time with Mockoon's ready to use mock sample

The Noun Project

thenounproject.com

Version: 1.0.0


Use this API in your project

Speed up your application development by using "The Noun Project API" ready-to-use mock sample. Mocking this API will allow you to start working in no time. No more accounts to create, API keys to provision, accesses to configure, unplanned downtime, just work.
It also improves your integration tests' quality and reliability by accounting for random failures, slow response time, etc.

Description

Icons for Everything

Other APIs in the same category

Cloud Monitoring API

Manages your Cloud Monitoring data and configurations.

Web Security Scanner API

Scans your Compute and App Engine apps for common web vulnerabilities.

Calendar API

Manipulates events and other calendar data.

Accelerated Mobile Pages (AMP) URL API

Retrieves the list of AMP URLs (and equivalent AMP Cache URLs) for a given list of public URL(s).

Drive Labels API

An API for managing Drive Labels

Blogger API

The Blogger API provides access to posts, comments and pages of a Blogger blog.

Cloud Shell API

Allows users to start, configure, and connect to interactive shell sessions running in the cloud.

Cloud IDS API

Cloud IDS (Cloud Intrusion Detection System) detects malware, spyware, command-and-control attacks, and other network-based threats. Its security efficacy is industry leading, built with Palo Alto Networks technologies. When you use this product, your organization name and consumption levels will be shared with Palo Alto Networks.

BigQuery Reservation API

A service to modify your BigQuery flat-rate reservations.

Data pipelines API

Data Pipelines provides an interface for creating, updating, and managing recurring Data Analytics jobs.

Use a [New Version](https://icons8.github.io/icons8-docs/) Instead

icons8.com
Icons8 API
Icons8 API allows us to search and obtain our icons.
You're welcome to use our icons to extend the functionality of your web and mobile applications, website templates, and even tattoos.
Tattoos
Usage Examples
Some examples of what you can do with our icons:
Template customization. This way, Canva uses our icons to customize their layouts.
Graphics and text editors. Gravit allows to insert our icons into the mockups.
Any application with customization. TimeTune uses our icons to customize the activities.
Getting Started
To get started, please contact us to obtain an API key.
Pricing
Our API license starts at $100/month.

SearchLy API v1

Introduction
The SearchLy API provides similarity searching based on song lyrics.
Operations
The API allows for the /similarity/bysong operation, which allows clients to search the similarity for an existing song in the database. Also, the API has an additional /similarity/bycontent endpoint which allows clients to search similarity given a free String input through a JSON request body. Additional /song/search operation is available for searching songs given a query String.
Endpoint
The API endpoint for the SearchLy API v1 is as follows:
Motivation
This project was built in order to create an API for searching similarities based on song lyrics. There are a lot of songs in the industry and most of them are talking about the same topic. What I wanted to prove with SearchLy was to estimate how similar are two songs between them based on the meaning of their lyrics.
SearchLy is using a database of 100k songs from AZLyrics, using this scraper, which is being updated periodically. Then, using word2vec and NMSLIB, it was possible to create an index where you can search similarities using the k-nearest neighbors (KNN) algorithm.
> Note: I am currently using a micro-instance from DigitalOcean where the API is deployed, so you should expect a bad performance. However, if this API becomes popular I will deploy it in a bigger instance.