Use this endpoint to view a list of files in a web browser.
/
Melissa Releases
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/
Query
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
The License Key issued by Melissa.
Example: id={REPLACE-WITH-YOUR-LICENSE-KEY}
- Melissa Releases Serverhttps://releases.melissadata.net/Manifest/{release}/{manifest}
- curl
- C#
- Python
- Java
- JavaScript
- Node.js
- PHP
- Go
- Ruby
- R
- C#+Newtonsoft
- Java8+Apache
- Payload
curl -i -X GET \
'https://releases.melissadata.net/Manifest/LATEST/dq_wrappers?id={REPLACE-WITH-YOUR-LICENSE-KEY}'Response
application/json
[ "https://releases.melissadata.net/Download/Interface/LINUX/JAVA/64BIT/2024.01/libmdAddrJavaWrapper.so/?ID={REPLACE-WITH-YOUR-LICENSE-KEY}", "https://releases.melissadata.net/Download/Interface/LINUX/JAVA/64BIT/2024.01/libmdEmailJavaWrapper.so/?ID={REPLACE-WITH-YOUR-LICENSE-KEY}", "https://releases.melissadata.net/Download/Interface/LINUX/JAVA/64BIT/2024.01/libmdNameJavaWrapper.so/?ID={REPLACE-WITH-YOUR-LICENSE-KEY}", "https://releases.melissadata.net/Download/Interface/ANY/JAVA/ANY/2024.01/mdPhoneJavaWrapper.cpp/?ID={REPLACE-WITH-YOUR-LICENSE-KEY}", "https://releases.melissadata.net/Download/Interface/WINDOWS/JAVA/64BIT/2024.01/mdPhoneJavaWrapper.dll/?ID={REPLACE-WITH-YOUR-LICENSE-KEY}" ]