Get Translation of DDI Metadata fields
Request
{
url: "/metadata-translation/{languageCode}"
}
Currently only english “en” is supported
Response
{"payload":{
"docDscr" : "Document Description",
"citation" : "Citation",
"titlStmt" : "Title Statement",
"titl" : "Title",
"subTitl" : "Subtitle",
"altTitl" : "Alternative Title",
"parTitl" : "Parallel Title",
"IDNo" : "ID Number",
"rspStmt" : "Responsibility Statement",
"AuthEnty" : "Authoring Entities / Primary Investigators",
"affiliation" : "Affiliation",
"othId" : "Other Identifications / Acknowledgement",
"role" : "Role",
"p" : "Name",
"prodStmt" : "Production Statement",
"producer" : "Producers",
"abbr" : "Abbrevation",
"copyright" : "Copyright",
"prodDate" : "Date of Production",
"date" : "Date",
"prodPlace" : "Place of Production",
"software" : "Software",
"fundAg" : "Funding Agents",
"grantNo" : "Grant Numbers",
"distStmt" : "Distribution Statement",
"distrbtr" : "Distributors",
"URI" : "URI",
"depDate" : "Date of Deposit",
"distDate" : "Date of Distribution",
"serStmt" : "Series Statement",
"serName" : "Series Name",
"serInfo" : "Series Information",
"ExtLink" : "External Link",
"verStmt" : "Version Statement",
"version" : "Version",
"type" : "Type",
"verResp" : "Version Responsibility",
"notes" : "Notes",
"biblCit" : "Bibliographic Citation",
"holdings" : "Holdings",
"location" : "Location",
"callno" : "Call Number",
"guide" : "Guide to the Documentation",
"docStatus" : "Documentation Status",
"docSrc" : "Documentation Source",
"contact" : "Contact Persons",
"email" : "Email",
"depositr" : "Depositors",
"stdyDscr" : "Study Description",
"stdyInfo" : "Study Information",
"subject" : "Subject / Study Scope",
"keyword" : "Keywords",
"vocab" : "Vocabulary",
"vocabURI" : "Vocabulary URI",
"topcClas" : "Topic Classifications",
"abstract" : "Abstract",
"sumDscr" : "Summary Data Description",
"timePrd" : "Time Periods",
"event" : "Event",
"cycle" : "Cycle",
"collDate" : "Dates of Collection",
"nations" : "Nations",
"geogCover" : "Geographic Coverage",
"geogUnit" : "Geographic Unit",
"anlyUnit" : "Unit of Analysis",
"universe" : "Universe",
"dataKind" : "Kind of Data",
"method" : "Method",
"dataColl" : "Data Collection Methodology",
"timeMeth" : "Time Method",
"dataCollector" : "Data Collectors",
"frequenc" : "Frequency of Data Collection",
"sampProc" : "Sampling Procedure",
"deviat" : "Major Deviations From the Sample Design",
"collMode" : "Mode of Data Collection",
"resInstru" : "Type of Research Instrument",
"sources" : "Sources",
"dataSrc" : "Data Sources",
"collSitu" : "Characteristics of the Data Collection Situation",
"actMin" : "Actions to Minimize Losses",
"ConOps" : "Control Operations",
"weight" : "Weighting",
"cleanOps" : "Cleaning Operations",
"anlyInfo" : "Data Appraisal Information",
"respRate" : "Response Rates",
"EstSmpErr" : "Estimates of Sampling Error",
"dataAppr" : "Other Forms of Data Appraisal",
"stdyClas" : "Class or Status of the Study",
"dataAccs" : "Data Access",
"setAvail" : "Dataset Availability",
"media" : "Media",
"accsPlac" : "Locations of Data Collection",
"origArch" : "Original Archive Where Collection Stored",
"avlStatus" : "Availability Status",
"collSize" : "Extent of Collection",
"complete" : "Completeness of Collection Stored",
"fileQnty" : "Number of Files",
"useStmt" : "Data Use Statement",
"confDec" : "Confidentiality Declaration",
"required" : "Required",
"formNo" : "Form Number",
"specPerm" : "Special Permissions",
"restrctn" : "Restrictions",
"citReq" : "Citation Requirement",
"deposReq" : "Deposit Requirement",
"conditions" : "Access Conditions",
"disclaimer" : "Disclaimer",
"othrStdyMat" : "Other Study Materials",
"relMat" : "Related Materials",
"relStdy" : "Related Studies",
"relPubl" : "Related Publications",
"othRefs" : "Other References",
"fileDscr" : "File Description",
"fileTxt" : "File Description",
"fileName" : "File Name",
"fileCont" : "File Contents",
"dimensns" : "Dimensions",
"caseQnty" : "Case Quantity",
"varQnty" : "Variable Quantity",
"fileType" : "File Type",
"filePlac" : "Place of File Production",
"dataChck" : "Extent of Processing Checks",
"ProcStat" : "Processing Status",
"dataMsng" : "Missing Data",
"dataDscr" : "Data Description",
"varGrp" : "Variable Groups",
"labl" : "Label",
"txt" : "Text",
"defntn" : "Definition",
"var" : "Variables",
"dcml" : "Decimals",
"files" : "Files",
"intrvl" : "Measure Type",
"RecSegNo" : "Record",
"imputation" : "Imputation",
"security" : "Security",
"embargo" : "Embargo",
"respUnit" : "Response Unit",
"anlysUnit" : "Analysis Unit",
"qstn" : "Questions",
"preQTxt" : "Pre-Quetion Text",
"qstnLit" : "Literal Question",
"postQTxt" : "Post-Question Text",
"ivuInstr" : "Interviewer Instructions",
"undocCod" : "Undocumented Codes",
"TotlResp" : "Total Responses",
"sumStat" : "Summary Statistics",
"stdCatgry" : "Standard Categories",
"catgry" : "Categories",
"catValu" : "Category Value",
"codInstr" : "Coding instructions",
"concept" : "Concepts",
"varFormat" : "Variable Format",
"schema" : "Schema",
"otherMat" : "Other Materials",
"mean" : "Mean",
"invd" : "Invalid",
"vald" : "Valid",
"wgtd" : "Weighted",
"stdev" : "Standard Deviation"
}}