Skip to content
  • Get Metadata for Product File

    Request

    Use this endpoint to retrieve metadata for a given product file and release.

    Path
    productnamestringrequired

    The name of the target product.

    Enum:"CanadianGeoData""DataQualityComponents-SSIS""DataQualitySuite""FoneData""Geocoder""GeoData""GlobalMatchUp""mdCanada""mdELOT""MP4"
    Example:DataQualitySuite
    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
    idany, (password)required

    The License Key issued by Melissa.

    Example:id={REPLACE-WITH-YOUR-LICENSE-KEY}
    Headers
    Acceptstringrequired

    Format of the response.

    Enum:"application/json""*/*"
    Example:application/json
    Content-Typestringrequired

    Format of the request.

    Enum:"application/json""application/xml"
    curl -i -X GET \
      'https://releases.melissadata.net/Metadata/Product/LATEST/DataQualitySuite?id=%7BREPLACE-WITH-YOUR-LICENSE-KEY%7D' \
      -H 'Accept: application/json' \
      -H 'Content-Type: application/json'

    Responses

    Successful response.

    Bodyapplication/json
    FileNamestring
    Example:"mdAddr_cSharpCode.cs"
    Releasestring
    Example:"2024.01"
    FileSizestring
    Example:"99767"
    Languagestring
    Example:"NET"
    Architecturestring
    Example:"ANY"
    MD5string
    Example:"250568c3798c8a51f948bc6291490cc3"
    SHA1string
    Example:"b4dfe0d63c67c3d1454a32e344c8e51e326f715a"
    SHA256string
    Example:"e93a0e7474db0d49dbf1fa57ecccec145bfc6f22974d3bad9ae05710b1e640bb"
    Response
    { "FileName": "mdAddr_cSharpCode.cs", "Release": "2024.01", "FileSize": "99767", "Language": "NET", "Architecture": "ANY", "MD5": "250568c3798c8a51f948bc6291490cc3", "SHA1": "b4dfe0d63c67c3d1454a32e344c8e51e326f715a", "SHA256": "e93a0e7474db0d49dbf1fa57ecccec145bfc6f22974d3bad9ae05710b1e640bb" }