Skip to content

Melissa Releases

Overview

Melissa Releases allows you to securely and efficiently download data files, object binaries, and other collateral files from Melissa. This service enables you to automate the process of updating your data and APIs by scripting the download of specific files rather than downloading the entire zip archive. File versioning is also provided, if needed, making it easier to download historical data or builds.

Melissa Releases can be used to:

  • Automate database updates.
  • Check for updates for specific products.
  • Securely download data files.
  • Download only needed files, saving space and time.
  • Download historical data as needed.

Documentation

Support Center

Download OpenAPI description
Languages
Servers
Melissa Releases Server
https://releases.melissadata.net/

Use it from a Web Browser

Use this endpoint to view a list of files in a web browser.

Operations

Download a Specific File

Use this endpoint to download a file.

Operations

Retrieve Available Release Version Numbers

Use this endpoint to get a list of all available release versions.

Operations

Retrieve a List of Files from a Specific Manifest

Use this endpoint to get a list of download links for all files in a manifest.

Operations

Retrieve a List of Manifests from a Specific Release Version Number

Use this endpoint to get a list of available manifests for a release version.

Operations

Retrieve a List of Manifests from a Specific Release Version Number

Request

Use this endpoint to retrieve a list of available manifests for a given release.

Path
releasestringrequired

Specific Release. This can be specified in several ways.

  • YYYY.MM OR YYYY-MM - (year, month)
  • YYYY.QQ - (year, quarter)
  • [metaReleaseName] - Release Name, for example: latest
Example: LATEST
Query
formatstring

Desired Format of Response.

  • crLfList - Default. File list delimited by CR/LF.
  • lfList - File list delimited by LF.
  • comma - comma delimited list.
  • tab - tab delimited list.
  • json - JSON serialized list.
  • xml - XML serialized list.
Enum"crLfList""lfList""comma""tab""json""xml"
Example: format=json
idany(password)required

The License Key issued by Melissa.

Example: id={REPLACE-WITH-YOUR-LICENSE-KEY}
curl -i -X GET \
  'https://releases.melissadata.net/ManifestList/LATEST?id={REPLACE-WITH-YOUR-LICENSE-KEY}'

Responses

Successful response.

Bodyapplication/jsonArray [
manifestNamestring
descriptionstring
urlstring
]
Response
application/json
[ { "manifestName": "ca_geodata", "description": "Canadian geodata files", "url": "https://releases.melissadata.net/Manifest/2024.03/ca_geodata/?ID={REPLACE-WITH-YOUR-LICENSE-KEY}" }, { "manifestName": "cgd_dvd", "description": "Canadian geodata files", "url": "https://releases.melissadata.net/Manifest/2023.12/cgd_dvd/?ID={REPLACE-WITH-YOUR-LICENSE-KEY}" }, { "manifestName": "cleanser_data", "description": "description", "url": "https://releases.melissadata.net/Manifest/2023.09/cleanser_data/?ID={REPLACE-WITH-YOUR-LICENSE-KEY}" }, { "manifestName": "zi_ziplist5", "description": "description", "url": "https://releases.melissadata.net/Manifest/2024.02/zi_ziplist5/?ID={REPLACE-WITH-YOUR-LICENSE-KEY}" }, { "manifestName": "zipdata2", "description": "ZipData2 files", "url": "https://releases.melissadata.net/Manifest/2024.02/zipdata2/?ID={REPLACE-WITH-YOUR-LICENSE-KEY}" } ]

Retrieve Metadata for a Specific File

Use this endpoint to get the metadata of a file.

Operations

Retrieve Hashes for a Specific File

Use this endpoint to get the hash of a file.

Operations