Yes, it is available with APPLICATION_QUERY as a built-in property.
The folder and parameter names seem to be the same in different language ACs, but the values depend on the actual plan.
Péter Baksa
Library Platform, Software Engineer GRAPHISOFT SE
The example demonstrates all the data that ArchiCAD can return with this query.
Once you know the parameter name, one query is enough. It is Renovation.RenovationStatus for your question, the query string is “GetParameter(Renovation.RenovationStatus)”, and the query is APPLICATION_QUERY ("OwnCustomParameters", "GetParameter(Renovation.RenovationStatus)", parValue)
Péter Baksa
Library Platform, Software Engineer GRAPHISOFT SE