wp-json how to fetch image link?

i already fix this by using this

$data = array(
        ':attachment' => $record[_embedded]['wp:featuredmedia']['0'][source_url]
    );

thanks for no person answered my question.