Skip to main content

Unofficial Nose Day API

Unofficial Nose Day API (1.0.0)

This is unofficial API for Nose Day. With this API, you can fetch any collection box from Nose day website by just inputting the box name from the URL.
Example: If you want to get data from OAJ box, their URL is https://nenapaiva.fi/nettilipas/oaj/.
Just input oaj to request and it will return amount of the box.
If your box is not showing up on API or has Emojis, please read this document.

Backend will be updated every 10 minutes with all boxes from the website.

You can use these for example in vMix or any other broadcast programs which supports JSON/XML parsing. TXT format is supported.

Please read separate documentation from left side to see how to add this API to your broadcasting software.



NOTE!! This API will show data which is visible in nenapaiva.fi
API is ratelimited for 15 request per minute.

noseday

Get collectionbox amount by name in JSON format

Returns Nose Day box amount in JSON format

path Parameters
nosedayboxName
required
string
Example: oaj

Name of the Nose Day box

Responses

Response samples

Content type
application/json
{
  • "amount": "4 0130 €"
}

Get Nose Day box amount by name in XML format

Returns Nose Day box amount in XML format

path Parameters
nosedayboxName
required
string
Example: oaj

Name of the Nose Day box

Responses

Get Nose Day box amount by name in TXT format

Returns Nose Day box amount in TXT format

path Parameters
nosedayboxName
required
string
Example: oaj

Name of the Nose Day box

Responses