<?php $term = get_term_by('slug', $slug, 'category'); $name = $term->name; $id = $term->term_id; ?>
$obj = get_queried_object(); echo $obj->term_id;